diff options
-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}" |