aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-26 22:32:15 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-29 13:12:05 +0100
commitecffa7571ed27a75e3248cb860affae233249440 (patch)
tree46cfc6156ac5511495725fd37914f9cbc2a82520 /meta/recipes-core/uclibc/uclibc-git.inc
parent5cb4de2f77b905279d85b04f236b7a135016db28 (diff)
downloadopenembedded-core-contrib-ecffa7571ed27a75e3248cb860affae233249440.tar.gz
uclibc-git: Update for building systemd
This adds uclibc patches to build systemd there are new functions that are used by systemd which are needed Additionally when using gold linker to build userspace based on uclibc there are spurious hidden symbol that show up in librt.so and libc.so which should not exist So we patch uclibc for that Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc-git.inc')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git.inc10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc
index eac7e75277..60d36f4b5e 100644
--- a/meta/recipes-core/uclibc/uclibc-git.inc
+++ b/meta/recipes-core/uclibc/uclibc-git.inc
@@ -3,7 +3,7 @@ SRCREV="0dcc13bf7a61b1d0708e5dd103d5515e0ffec79a"
DEFAULT_PREFERENCE = "-1"
PV = "0.9.33+git${SRCPV}"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}"
@@ -18,6 +18,12 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
file://compile-arm-fork-with-O2.patch \
file://uclibc-execvpe.patch \
file://orign_path.patch \
+ file://dup3.patch \
+ file://define-MSG_CMSG_CLOEXEC.patch \
+ file://posix_fallocate.patch \
+ file://0001-atexit_old-Do-not-add-it-to-shared-libc.patch \
+ file://0001-nptl-arm-Move-aeabi_read_tp-to-uclibc_nonshared.a.patch \
+ file://0001-nptl-atfork-Hide-pthread_atfork-in-shared-versions.patch \
+ file://0001-librt-Use-nodefaultlibs-instead-of-nostdlib.patch \
"
-
S = "${WORKDIR}/git"