update buildroot to 2017.02.11
This commit is contained in:
19
bsp/buildroot-2017.02.11/package/sdparm/sdparm.mk
Normal file
19
bsp/buildroot-2017.02.11/package/sdparm/sdparm.mk
Normal file
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# sdparm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SDPARM_VERSION = 1.10
|
||||
SDPARM_SOURCE = sdparm-$(SDPARM_VERSION).tar.xz
|
||||
SDPARM_SITE = http://sg.danny.cz/sg/p
|
||||
SDPARM_LICENSE = BSD-3c
|
||||
SDPARM_LICENSE_FILES = COPYING
|
||||
|
||||
ifeq ($(BR2_PACKAGE_SG3_UTILS),y)
|
||||
SDPARM_DEPENDENCIES += sg3_utils
|
||||
else
|
||||
SDPARM_CONF_OPTS += --disable-libsgutils
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user