summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_229.bb
diff options
context:
space:
mode:
authorRoy Li <rongqing.li@windriver.com>2016-05-10 10:09:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-22 16:11:13 +0100
commitf2092e67ea880301058396b831a9a18905317d0d (patch)
tree150f2d07fbfc263f75641b65a3d1ce09918a562c /meta/recipes-core/systemd/systemd_229.bb
parent13df45b74e6f083856d27847398e7cfeffa59d32 (diff)
downloadpoky-f2092e67ea880301058396b831a9a18905317d0d.tar.gz
systemd: re-enable mount propagation for udevd
With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no longer accessible from outside the namespace, which is not expected (From OE-Core rev: 73f43d857fe0102033f25491007b6dbe3d5fa8ee) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_229.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_229.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb
index a2d35f8241..ae63c58056 100644
--- a/meta/recipes-core/systemd/systemd_229.bb
+++ b/meta/recipes-core/systemd/systemd_229.bb
@@ -54,6 +54,7 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
54 file://0021-include-missing.h-for-getting-secure_getenv-definiti.patch \ 54 file://0021-include-missing.h-for-getting-secure_getenv-definiti.patch \
55 file://0022-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch \ 55 file://0022-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch \
56 file://0023-build-sys-fix-build-with-libgrcypt-disabled.patch \ 56 file://0023-build-sys-fix-build-with-libgrcypt-disabled.patch \
57 file://udev-re-enable-mount-propagation-for-udevd.patch \
57" 58"
58SRC_URI_append_libc-uclibc = "\ 59SRC_URI_append_libc-uclibc = "\
59 file://0002-units-Prefer-getty-to-agetty-in-console-setup-system.patch \ 60 file://0002-units-Prefer-getty-to-agetty-in-console-setup-system.patch \