From 26fbe842641dec877c1c576f06035426c9003d5a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 29 Aug 2012 22:27:20 -0700 Subject: uclibc-git: Move to tip of master and sync mount.h mount.h sync with glibc is needed to get new defines which are needed for some packages like systemd (From OE-Core rev: ce4d7f4376aac2a2df1a05884d7946ee469d63c1) Signed-off-by: Khem Raj Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-core/uclibc/uclibc-git.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-core/uclibc/uclibc-git.inc') diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc index 60d36f4b5e..eec4dedfa5 100644 --- a/meta/recipes-core/uclibc/uclibc-git.inc +++ b/meta/recipes-core/uclibc/uclibc-git.inc @@ -1,9 +1,9 @@ -SRCREV="0dcc13bf7a61b1d0708e5dd103d5515e0ffec79a" +SRCREV="555ae2e88cd16a83f854634b6c3f35715b11d3d4" DEFAULT_PREFERENCE = "-1" PV = "0.9.33+git${SRCPV}" -PR = "${INC_PR}.2" +PR = "${INC_PR}.3" FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}" @@ -25,5 +25,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ 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 \ + file://mount.h-update.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf