uclibc-0.9.29: Remove bash'ism in equal check of some config script.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sun, 9 Mar 2008 21:04:41 +0000 (21:04 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sun, 9 Mar 2008 21:04:41 +0000 (21:04 +0000)
packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-nonposix_bashisms.patch [new file with mode: 0644]
packages/uclibc/uclibc_0.9.29.bb

diff --git a/packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-nonposix_bashisms.patch b/packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-nonposix_bashisms.patch
new file mode 100644 (file)
index 0000000..ae03e6e
--- /dev/null
@@ -0,0 +1,13 @@
+Index: uClibc-0.9.29/extra/config/lxdialog/check-lxdialog.sh
+===================================================================
+--- uClibc-0.9.29.orig/extra/config/lxdialog/check-lxdialog.sh 2008-03-09 21:58:29.000000000 +0100
++++ uClibc-0.9.29/extra/config/lxdialog/check-lxdialog.sh      2008-03-09 21:58:39.000000000 +0100
+@@ -57,7 +57,7 @@
+       printf "Usage: $0 [-check compiler options|-header|-library]\n"
+ }
+-if [ $# == 0 ]; then
++if [ $# = 0 ]; then
+       usage
+       exit 1
+ fi
index 9051029..47fec56 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.29"
-PR = "r9"
+PR = "r10"
 
 require uclibc.inc
 
@@ -23,7 +23,8 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
            file://uClibc-0.9.29-fix-gethostent_r-failure-retval.patch;patch=1 \
            file://uClibc-0.9.29-fix-internal_function-definition.patch;patch=1 \
            file://uClibc-0.9.29-rm-whitespace.patch;patch=1 \
-           "
+           file://uClibc-0.9.29-nonposix_bashisms.patch;patch=1 \
+"
 
 # mmap-unsigned-shift_bugid1303.patch
 # http://uclibc.org/lists/uclibc-cvs/2007-May/011360.html;patch=1"