aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-09-12 00:55:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-14 09:50:23 +0100
commit0496e285f62e05061422e86e4d08e8d8fd577dd5 (patch)
tree12e3aff72e569270dcc8e6645dcb7b7db2d5161c /meta/recipes-core/uclibc/uclibc-git.inc
parent8f1f81bea80c6e780101bb1edd5f28ff9666a056 (diff)
downloadopenembedded-core-contrib-0496e285f62e05061422e86e4d08e8d8fd577dd5.tar.gz
uclibc: Revert systemd regressing patch from upsteam uclibc and uprev SRCREV
This patch is causing systemd based systemd to not boot Revert of patch has been tested on tip of master hence the new SRCREV New SRCREV brings in one another regression fix as described here http://lists.uclibc.org/pipermail/uclibc/2012-August/046993.html (From OE-Core rev: c24d518b76f07d86de03259048035407ae3bde68) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.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, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git.inc b/meta/recipes-core/uclibc/uclibc-git.inc
index eec4dedfa5..4da9c58f32 100644
--- a/meta/recipes-core/uclibc/uclibc-git.inc
+++ b/meta/recipes-core/uclibc/uclibc-git.inc
@@ -1,9 +1,9 @@
-SRCREV="555ae2e88cd16a83f854634b6c3f35715b11d3d4"
+SRCREV="cb43f2afba0633400387fa7c55dda3396517f58a"
DEFAULT_PREFERENCE = "-1"
PV = "0.9.33+git${SRCPV}"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/uclibc-git' ], d)}"
@@ -26,5 +26,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \
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 \
+ file://0001-Revert-utent.c-wtent.c-move-functions-from-utxent.c.patch \
"
S = "${WORKDIR}/git"