summaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
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 b1cc9c394..549651268 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"