summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd-conf_%.bbappend
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2019-05-06 14:19:53 +0200
committerStefan Agner <stefan.agner@toradex.com>2019-05-06 14:19:53 +0200
commitaa50243bd9ad37b18d2ca646bf1cf696f921fe7e (patch)
tree2ed707df17421e9ac35999d70f047b31b8cbdd4b /recipes-core/systemd/systemd-conf_%.bbappend
parent371f39a211885c65bf001115348e674c31547f10 (diff)
systemd: apply configuration change in main systemd recipe
Since oe-core commit 3150253898ba ("systemd-conf: simplify creation of machine-specific configuration") systemd-conf no longer unpacks the systemd sources. Hence the patch which patches units/systemd-udevd.service.in does no longer apply. Apply the patch in the systemd recipe instead. The systemd-udevd.service file is only deployed in a package built from the systemd recipe anyway, hence this also makes sure that the patched file gets actually deployed. This essentially reverts commit 118f6b1b17b6 ("systemd: follow recipe split which added systemd-conf"). Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Diffstat (limited to 'recipes-core/systemd/systemd-conf_%.bbappend')
-rw-r--r--recipes-core/systemd/systemd-conf_%.bbappend5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-core/systemd/systemd-conf_%.bbappend b/recipes-core/systemd/systemd-conf_%.bbappend
deleted file mode 100644
index 8ebb6cc..0000000
--- a/recipes-core/systemd/systemd-conf_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
-
-SRC_URI += " \
- file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
-"