uclibc_0.9.29: Fix bash'ism according with upstream uclibc fix.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Sun, 9 Mar 2008 21:42:18 +0000 (21:42 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Sun, 9 Mar 2008 21:42:18 +0000 (21:42 +0000)
packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-nonposix_bashisms.patch
packages/uclibc/uclibc_0.9.29.bb

index ae03e6e..b9294b5 100644 (file)
@@ -7,7 +7,7 @@ Index: uClibc-0.9.29/extra/config/lxdialog/check-lxdialog.sh
  }
  
 -if [ $# == 0 ]; then
-+if [ $# = 0 ]; then
++if [ $# -eq 0 ]; then
        usage
        exit 1
  fi
index 47fec56..08eac1b 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.29"
-PR = "r10"
+PR = "r11"
 
 require uclibc.inc