[oe-commits] woglinde : uclibc-0.9.30: add ldso_hash.patch for avr32 too

GIT User account git at amethyst.openembedded.net
Fri Nov 21 16:36:58 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c9640f06e3d05300251b8acc7979089b8413e28f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c9640f06e3d05300251b8acc7979089b8413e28f

Author: woglinde <heinold at inf.fu-berlin.de>
Date:   Fri Nov 21 17:33:28 2008 +0100

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

---

 .../{ldso_hash_arm.patch => ldso_hash.patch}       |    0 
 packages/uclibc/uclibc_0.9.30.bb                   |    7 ++++---
 2 files changed, 4 insertions(+), 3 deletions(-)

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 faeaeca..1643998 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}"





More information about the Openembedded-commits mailing list