summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_0.9.30.bb
diff options
context:
space:
mode:
authorwoglinde <heinold@inf.fu-berlin.de>2008-11-27 00:01:13 +0100
committerwoglinde <heinold@inf.fu-berlin.de>2008-11-27 00:01:13 +0100
commite8e3c039fb38198bef8b09cdcf43b9334a2acbfa (patch)
treeebc5b1eb97134c0156671e58fb2eb133faf9a83d /packages/uclibc/uclibc_0.9.30.bb
parent16dbb84269d481c6bbac2b0d2aaa794412b8d0f7 (diff)
uclibc: avr32 can not be build with gnuhash-style
* avr32 uses older binutils not supporting gnuhash-style * disable it via configmangle in the configure stage * remove the ldso_hash.patch for avr32 * bump PR
Diffstat (limited to 'packages/uclibc/uclibc_0.9.30.bb')
-rw-r--r--packages/uclibc/uclibc_0.9.30.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/uclibc/uclibc_0.9.30.bb b/packages/uclibc/uclibc_0.9.30.bb
index 29d83523c0..e3155f30fa 100644
--- a/packages/uclibc/uclibc_0.9.30.bb
+++ b/packages/uclibc/uclibc_0.9.30.bb
@@ -7,7 +7,7 @@
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.30"
-PR = "r1"
+PR = "r2"
DEFAULT_PREFERENCE = "1"
require uclibc.inc
@@ -20,7 +20,6 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
"
SRC_URI_append_arm = " file://ldso_hash.patch;patch=1 "
SRC_URI_append_armeb = " file://ldso_hash.patch;patch=1 "
-SRC_URI_append_avr32 = " file://ldso_hash.patch;patch=1 "
#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"