update buildroot to 2017.02.11
This commit is contained in:
6
bsp/buildroot-2017.02.11/package/sdparm/Config.in
Normal file
6
bsp/buildroot-2017.02.11/package/sdparm/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_SDPARM
|
||||
bool "sdparm"
|
||||
help
|
||||
Utility to accesses SCSI device parameters.
|
||||
|
||||
http://sg.danny.cz/sg/sdparm.html
|
||||
2
bsp/buildroot-2017.02.11/package/sdparm/sdparm.hash
Normal file
2
bsp/buildroot-2017.02.11/package/sdparm/sdparm.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 7dc9e148cef22744e00809dad21b59ac544e3615001bc1b2399978f73e1d58ca sdparm-1.10.tar.xz
|
||||
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