diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-11 08:53:11 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-11 08:53:11 +0000 |
commit | e7c4f984c42927483224c6db2ea64a84bc8508db (patch) | |
tree | bd3742d97e66a75db4321cc105ccad3ee6eef9cd | |
parent | 50b7db3705352b328ab5b947a9448739ed8a4cff (diff) |
glibc 2.5: re-enable zecke-sane-readelf
-rw-r--r-- | packages/glibc/glibc_2.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/glibc/glibc_2.5.bb b/packages/glibc/glibc_2.5.bb index 0bfcc7f83b..4308d6956d 100644 --- a/packages/glibc/glibc_2.5.bb +++ b/packages/glibc/glibc_2.5.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/libc/libc.html" LICENSE = "LGPL" SECTION = "libs" PRIORITY = "required" -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" @@ -60,7 +60,7 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/glibc/glibc-2.5.tar.bz2 \ # file://glibc-2.4-compile.patch;patch=1 \ # file://glibc-2.4-openat-3.patch;patch=1 \ # file://fixup-aeabi-syscalls.patch;patch=1 \ -# file://zecke-sane-readelf.patch;patch=1 \ + file://zecke-sane-readelf.patch;patch=1 \ file://generic-bits_select.h \ file://generic-bits_types.h \ file://generic-bits_typesizes.h \ |