From 118f6b1b17b61cebf933b52979c1598231b90014 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 14 Jan 2019 12:55:35 +0100 Subject: systemd: follow recipe split which added systemd-conf The systemd configuration has been split from the systemd recipe. Thus we need to move our changes to the systemd configuration. While at it drop the kmod packageconfig. This was only needed with angstrom. Signed-off-by: Max Krummenacher --- recipes-core/systemd/systemd-conf.bbappend | 5 +++++ recipes-core/systemd/systemd_%.bbappend | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) create mode 100644 recipes-core/systemd/systemd-conf.bbappend delete mode 100644 recipes-core/systemd/systemd_%.bbappend diff --git a/recipes-core/systemd/systemd-conf.bbappend b/recipes-core/systemd/systemd-conf.bbappend new file mode 100644 index 0000000..8ebb6cc --- /dev/null +++ b/recipes-core/systemd/systemd-conf.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:" + +SRC_URI += " \ + file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \ +" diff --git a/recipes-core/systemd/systemd_%.bbappend b/recipes-core/systemd/systemd_%.bbappend deleted file mode 100644 index 9d98091..0000000 --- a/recipes-core/systemd/systemd_%.bbappend +++ /dev/null @@ -1,7 +0,0 @@ -FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:" - -SRC_URI += " \ - file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \ -" - -PACKAGECONFIG_append = " kmod" \ No newline at end of file -- cgit v1.2.3