summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-07-12 01:26:15 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-11 20:19:12 +0200
commit7254205d68c9321d7a7073a74a77f46c17a98b27 (patch)
treeda30e79fed267858c476930f6026bdc4ae3658e2 /meta-oe/recipes-core/systemd/systemd_git.bb
parent7eaa5bd1322f1d5005f3e3ca9db2273d6548df4d (diff)
downloadmeta-openembedded-contrib-7254205d68c9321d7a7073a74a77f46c17a98b27.tar.gz
systemd: Replace use of %m in printf formats
The patch is applied optionally only to uclibc builds Also move the mkostemp replacement patch to uclibc only list Not perfect yet but gets us going on uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 66cc831f03..ebb8e7f84e 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -15,7 +15,7 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r7"
+PR = "r8"
inherit autotools vala
@@ -23,9 +23,13 @@ SRCREV = "ef3a24de028efe885db1303b4843aba5ffd0f531"
SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \
- file://paper-over-mkostemp.patch \
file://use-nonet-for-docbook.patch \
+ ${UCLIBCPATCHES} \
"
+UCLIBCPATCHES = ""
+UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \
+ file://format-replace-m-uclibc.patch \
+ "
S = "${WORKDIR}/git"