From e8e3c039fb38198bef8b09cdcf43b9334a2acbfa Mon Sep 17 00:00:00 2001 From: woglinde Date: Thu, 27 Nov 2008 00:01:13 +0100 Subject: 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 --- packages/uclibc/uclibc_0.9.30.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'packages/uclibc/uclibc_0.9.30.bb') 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}" -- cgit v1.2.3