packages/uclibc/uclibc_0.9.29.bb : bump PR
authorStelios Koroneos <skoroneos@digital-opsis.com>
Thu, 1 May 2008 13:45:29 +0000 (13:45 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Thu, 1 May 2008 13:45:29 +0000 (13:45 +0000)
packages/asterisk/asterisk_1.2.24.bb
packages/binutils/binutils-avr32.inc
packages/uclibc/uclibc_0.9.29.bb

index 1673276..c57707e 100644 (file)
@@ -10,6 +10,7 @@ PR = "r0"
 SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
         file://uclibc-compat-getloadavg.patch;patch=1 \
         file://uclibc-dns.patch;patch=1 \
+#         file://uclibc-define-glob.patch;patch=1 \
          file://asterisk.patch;patch=1 \
          file://enable-speex.patch;patch=1"
 
index e74fb51..0a10b4b 100644 (file)
@@ -5,7 +5,7 @@
 
 do_avr32_reconf () {
         if test ${TARGET_ARCH} == avr32; then
-            (cd ${S} && autoconf-2.13) || die "Error running autoconf"
+            (cd ${S} && autoconf2.13) || die "Error running autoconf"
             for dir in bfd opcodes binutils ld; do
                 (cd "${S}/$dir" &&
                  aclocal-1.9 &&
index 9ed82e8..37d9243 100644 (file)
@@ -7,7 +7,7 @@
 # on whether the base patches apply to the selected (SRCDATE) svn release.
 #
 UCLIBC_BASE ?= "0.9.29"
-PR = "r14"
+PR = "r15"
 
 require uclibc.inc