diff options
author | woglinde <heinold@inf.fu-berlin.de> | 2008-11-21 17:33:28 +0100 |
---|---|---|
committer | woglinde <heinold@inf.fu-berlin.de> | 2008-11-21 17:33:28 +0100 |
commit | c9640f06e3d05300251b8acc7979089b8413e28f (patch) | |
tree | 33c6defc19fa5581f2ea45a934f6faf24d1a1a8f /packages | |
parent | 2c5600a1bdd56ab95e3aee010589dfb6fa7ad533 (diff) |
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
Diffstat (limited to 'packages')
-rw-r--r-- | packages/uclibc/uclibc-0.9.30/ldso_hash.patch (renamed from packages/uclibc/uclibc-0.9.30/ldso_hash_arm.patch) | 0 | ||||
-rw-r--r-- | 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 index 8a625f21c2..8a625f21c2 100644 --- a/packages/uclibc/uclibc-0.9.30/ldso_hash_arm.patch +++ b/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}" |