uclibc-0.9.30: add ldso_hash.patch for avr32 too
authorwoglinde <heinold@inf.fu-berlin.de>
Fri, 21 Nov 2008 16:33:28 +0000 (17:33 +0100)
committerwoglinde <heinold@inf.fu-berlin.de>
Fri, 21 Nov 2008 16:33:28 +0000 (17:33 +0100)
* because it covers now more arch, rename the patch to ldso_hash.patch
* was requested by Steffen Sledz
* bump PR

packages/uclibc/uclibc-0.9.30/ldso_hash.patch [moved from packages/uclibc/uclibc-0.9.30/ldso_hash_arm.patch with 100% similarity]
packages/uclibc/uclibc_0.9.30.bb

index faeaeca..1643998 100644 (file)
@@ -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}"