summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_219.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd_219.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_219.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index 31caa30345..5ecdda9e5b 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -44,6 +44,8 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master \
44 file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \ 44 file://0002-tmpfiles-quietly-ignore-ACLs-on-unsupported-filesyst.patch \
45 file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \ 45 file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \
46 file://0013-journal-fix-Inappropriate-ioctl-for-device-on-ext4.patch \ 46 file://0013-journal-fix-Inappropriate-ioctl-for-device-on-ext4.patch \
47 file://0014-Revert-rules-remove-firmware-loading-rules.patch \
48 file://0015-Revert-udev-remove-userspace-firmware-loading-suppor.patch \
47 file://tmpfiles-pam.patch \ 49 file://tmpfiles-pam.patch \
48 file://touchscreen.rules \ 50 file://touchscreen.rules \
49 file://00-create-volatile.conf \ 51 file://00-create-volatile.conf \
@@ -110,6 +112,7 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
110 --enable-split-usr \ 112 --enable-split-usr \
111 --without-python \ 113 --without-python \
112 --with-sysvrcnd-path=${sysconfdir} \ 114 --with-sysvrcnd-path=${sysconfdir} \
115 --with-firmware-path=${rootlibdir}/firmware \
113 " 116 "
114# uclibc does not have NSS 117# uclibc does not have NSS
115EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " 118EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname "