summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--recipes-core/systemd/systemd_%.bbappend9
1 files changed, 4 insertions, 5 deletions
diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend
index 8ebb6cc..ea40849 100644
--- a/recipes-core/systemd/systemd_%.bbappend
+++ b/recipes-core/systemd/systemd_%.bbappend
@@ -1,5 +1,4 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
-
-SRC_URI += " \
- file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
-"
+# This allows for udevd automounting with mounts accessible to all.
+do_configure_prepend () {
+ sed -i '/PrivateMounts=yes/d' ${S}/units/systemd-udevd.service.in
+} \ No newline at end of file