summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 13:45:29 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2008-05-01 13:45:29 +0000
commit7ec79db9306ff484e9eb2e68a27a7c304d044416 (patch)
tree952fd3214ee3743e819a3e8db932c1de9e17aab7 /packages
parent6827eda9aeb9ea33d9ca56bf864b7b0605e0447d (diff)
packages/uclibc/uclibc_0.9.29.bb : bump PR
Diffstat (limited to 'packages')
-rw-r--r--packages/asterisk/asterisk_1.2.24.bb1
-rw-r--r--packages/binutils/binutils-avr32.inc2
-rw-r--r--packages/uclibc/uclibc_0.9.29.bb2
3 files changed, 3 insertions, 2 deletions
diff --git a/packages/asterisk/asterisk_1.2.24.bb b/packages/asterisk/asterisk_1.2.24.bb
index 1673276f45..c57707eb2a 100644
--- a/packages/asterisk/asterisk_1.2.24.bb
+++ b/packages/asterisk/asterisk_1.2.24.bb
@@ -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"
diff --git a/packages/binutils/binutils-avr32.inc b/packages/binutils/binutils-avr32.inc
index e74fb5132a..0a10b4b67a 100644
--- a/packages/binutils/binutils-avr32.inc
+++ b/packages/binutils/binutils-avr32.inc
@@ -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 &&
diff --git a/packages/uclibc/uclibc_0.9.29.bb b/packages/uclibc/uclibc_0.9.29.bb
index 9ed82e889f..37d92439d3 100644
--- a/packages/uclibc/uclibc_0.9.29.bb
+++ b/packages/uclibc/uclibc_0.9.29.bb
@@ -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