summaryrefslogtreecommitdiff
path: root/packages/uclibc/uclibc_svn.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_svn.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_svn.bb')
-rw-r--r--packages/uclibc/uclibc_svn.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb
index de6116a608..080ca60c6d 100644
--- a/packages/uclibc/uclibc_svn.bb
+++ b/packages/uclibc/uclibc_svn.bb
@@ -36,6 +36,5 @@ SRC_URI += "svn://uclibc.org/trunk;module=uClibc \
"
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_arm.patch;patch=1 "
S = "${WORKDIR}/uClibc"