summaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-24 14:49:30 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-27 14:42:44 +0200
commit525ac87a315ba9149c4add4cec89db50b0a33068 (patch)
tree1bf948976aa7b75c45c97aef53c2475037b8901c /meta-systemd/recipes-core/systemd/systemd_git.bb
parent8d55a7f24fa25fbe8efd19db5c2af97e27dc369c (diff)
downloadmeta-openembedded-525ac87a315ba9149c4add4cec89db50b0a33068.tar.gz
systemd: Refresh the uclibc specific patches
Make sure that patches apply on top of latest systemd some source files have moved around. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/recipes-core/systemd/systemd_git.bb')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd_git.bb b/meta-systemd/recipes-core/systemd/systemd_git.bb
index b1cc9c3941..5496512689 100644
--- a/meta-systemd/recipes-core/systemd/systemd_git.bb
+++ b/meta-systemd/recipes-core/systemd/systemd_git.bb
@@ -32,8 +32,11 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
32 file://touchscreen.rules \ 32 file://touchscreen.rules \
33 file://modprobe.rules \ 33 file://modprobe.rules \
34 file://var-run.conf \ 34 file://var-run.conf \
35 ${UCLIBCPATCHES} \
35 " 36 "
36 37UCLIBCPATCHES = ""
38UCLIBCPATCHES_libc-uclibc = "file://paper-over-mkostemp.patch \
39 "
37LDFLAGS_libc-uclibc_append = " -lrt" 40LDFLAGS_libc-uclibc_append = " -lrt"
38 41
39S = "${WORKDIR}/git" 42S = "${WORKDIR}/git"