From: woglinde Date: Fri, 21 Nov 2008 16:33:28 +0000 (+0100) Subject: uclibc-0.9.30: add ldso_hash.patch for avr32 too X-Git-Tag: Release-2010-05/1~5114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9640f06e3d05300251b8acc7979089b8413e28f;p=openembedded.git uclibc-0.9.30: add ldso_hash.patch for avr32 too * because it covers now more arch, rename the patch to ldso_hash.patch * was requested by Steffen Sledz * bump PR --- diff --git a/packages/uclibc/uclibc-0.9.30/ldso_hash_arm.patch b/packages/uclibc/uclibc-0.9.30/ldso_hash.patch similarity index 100% rename from packages/uclibc/uclibc-0.9.30/ldso_hash_arm.patch rename to packages/uclibc/uclibc-0.9.30/ldso_hash.patch diff --git a/packages/uclibc/uclibc_0.9.30.bb b/packages/uclibc/uclibc_0.9.30.bb index faeaeca976..1643998983 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 = "r0" +PR = "r1" DEFAULT_PREFERENCE = "1" require uclibc.inc @@ -18,8 +18,9 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \ file://arm-linuxthreads.patch;patch=1 \ file://linuxthreads-changes.patch;patch=1 \ " -SRC_URI_append_arm = " file://ldso_hash_arm.patch;patch=1 " -SRC_URI_append_armeb = " file://ldso_hash_arm.patch;patch=1 " +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 " #recent versions uclibc require real kernel headers PACKAGE_ARCH = "${MACHINE_ARCH}"