Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Recognise uclinux as a linux
|
||||
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||
|
||||
diff -durN sg3_utils-1.42.orig/configure.ac sg3_utils-1.42/configure.ac
|
||||
--- sg3_utils-1.42.orig/configure.ac 2015-10-21 01:10:59.000000000 +0200
|
||||
+++ sg3_utils-1.42/configure.ac 2016-08-14 19:30:37.841766149 +0200
|
||||
@@ -71,7 +71,7 @@
|
||||
|
||||
# Define platform-specific symbol.
|
||||
AM_CONDITIONAL(OS_FREEBSD, [echo $host_os | grep 'freebsd' > /dev/null])
|
||||
-AM_CONDITIONAL(OS_LINUX, [echo $host_os | grep '^linux' > /dev/null])
|
||||
+AM_CONDITIONAL(OS_LINUX, [echo $host_os | grep -E '^(uc)?linux' > /dev/null])
|
||||
AM_CONDITIONAL(OS_OSF, [echo $host_os | grep '^osf' > /dev/null])
|
||||
AM_CONDITIONAL(OS_SOLARIS, [echo $host_os | grep '^solaris' > /dev/null])
|
||||
AM_CONDITIONAL(OS_WIN32_MINGW, [echo $host_os | grep '^mingw' > /dev/null])
|
||||
@@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_SG3_UTILS
|
||||
bool "sg3-utils"
|
||||
depends on !BR2_bfin # symbol prefixing problems
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
Low level utilities for devices that use a SCSI command set.
|
||||
@@ -15,4 +16,5 @@ config BR2_PACKAGE_SG3_UTILS_PROGS
|
||||
endif
|
||||
|
||||
comment "sg3-utils needs a toolchain w/ threads"
|
||||
depends on !BR2_bfin
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally calculated from download (no sig, hash)
|
||||
sha256 901ece577d797a8a3870881fe765f6eac4bb381b99a1f7311551689e9f17130b sg3_utils-1.40.tar.xz
|
||||
sha256 97aeed65894feb2add896b4adfa4cf343966c8a61c7d206795ed0507640ee7b9 sg3_utils-1.42.tar.xz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SG3_UTILS_VERSION = 1.40
|
||||
SG3_UTILS_VERSION = 1.42
|
||||
SG3_UTILS_SOURCE = sg3_utils-$(SG3_UTILS_VERSION).tar.xz
|
||||
SG3_UTILS_SITE = http://sg.danny.cz/sg/p
|
||||
SG3_UTILS_LICENSE = BSD-3c
|
||||
@@ -14,6 +14,9 @@ SG3_UTILS_LICENSE += GPLv2+
|
||||
endif
|
||||
SG3_UTILS_LICENSE_FILES = COPYING BSD_LICENSE
|
||||
|
||||
# Patching configure.ac
|
||||
SG3_UTILS_AUTORECONF = YES
|
||||
|
||||
# install the libsgutils2 library
|
||||
SG3_UTILS_INSTALL_STAGING = YES
|
||||
|
||||
@@ -25,12 +28,12 @@ define SG3_UTILS_REMOVE_PROGS
|
||||
get_lba_status ident inq logs luns map26 \
|
||||
map sgm_dd modes opcodes sgp_dd persist prevent \
|
||||
raw rbuf rdac read readcap read_block_limits \
|
||||
read_buffer read_long reassign referrals \
|
||||
read_attr read_buffer read_long reassign referrals \
|
||||
rep_zones requests reset reset_wp rmsn rtpg safte sanitize \
|
||||
sat_identify sat_phy_event sat_read_gplog sat_set_features \
|
||||
scan senddiag ses ses_microcode start stpg sync test_rwbuf \
|
||||
turs unmap verify vpd write_buffer write_long \
|
||||
write_same write_verify wr_mode xcopy; do \
|
||||
timestamp turs unmap verify vpd write_buffer write_long \
|
||||
write_same write_verify wr_mode xcopy zone; do \
|
||||
$(RM) $(TARGET_DIR)/usr/bin/sg_$${prog} ; \
|
||||
done
|
||||
for prog in \
|
||||
|
||||
Reference in New Issue
Block a user