summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-03-26 21:14:55 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-26 23:02:09 +0000
commitff94f738b3f5a5142f4ef7f8f6a90d513918ca28 (patch)
tree6497831e32f962f26cdfc5c35c22223ee454280a /meta/recipes-core/uclibc/uclibc-git.inc
parentf76d4b3549ca220fa4bf84db2756ab45e11d06a3 (diff)
downloadpoky-ff94f738b3f5a5142f4ef7f8f6a90d513918ca28.tar.gz
uclibc-git: Fix build on x86 and move to latest master
debugedit from rpm has unearthed a bug in uclibc where it was mixing stabs with elf/dwarf (From OE-Core rev: be9f1c63aff93f9cdcb69d6cf5b4639690602af6) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git.inc')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc
index ed9b5fd1c4..db00ee6243 100644
--- a/meta/recipes-core/uclibc/uclibc-git.inc
+++ b/meta/recipes-core/uclibc/uclibc-git.inc
@@ -1,4 +1,4 @@
1SRCREV="9591091f150e8a86c47efbea5def21fa67fffb07" 1SRCREV="946799cd0ce0c6c803c9cb173a84f4d607bde350"
2 2
3DEFAULT_PREFERENCE = "-1" 3DEFAULT_PREFERENCE = "-1"
4 4
@@ -16,13 +16,12 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
16 file://argp-headers.patch \ 16 file://argp-headers.patch \
17 file://remove_attribute_optimize_Os.patch \ 17 file://remove_attribute_optimize_Os.patch \
18 file://compile-arm-fork-with-O2.patch \ 18 file://compile-arm-fork-with-O2.patch \
19 file://uclibc-execvpe.patch \
20 file://orign_path.patch \ 19 file://orign_path.patch \
21 file://posix_fallocate.patch \
22 file://0001-atexit_old-Do-not-add-it-to-shared-libc.patch \ 20 file://0001-atexit_old-Do-not-add-it-to-shared-libc.patch \
23 file://0001-nptl-arm-Move-aeabi_read_tp-to-uclibc_nonshared.a.patch \ 21 file://0001-nptl-arm-Move-aeabi_read_tp-to-uclibc_nonshared.a.patch \
24 file://0001-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch \ 22 file://0001-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch \
25 file://0001-librt-Use-nodefaultlibs-instead-of-nostdlib.patch \ 23 file://0001-librt-Use-nodefaultlibs-instead-of-nostdlib.patch \
26 file://0001-Revert-utent.c-wtent.c-move-functions-from-utxent.c.patch \ 24 file://0001-Revert-utent.c-wtent.c-move-functions-from-utxent.c.patch \
25 file://0001-i386-sysdep.h-Remove-STABS_-macros.patch \
27 " 26 "
28S = "${WORKDIR}/git" 27S = "${WORKDIR}/git"