summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2018-10-25 05:52:18 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-28 08:31:57 +0000
commit4046716c2f315308048d568e5b606382ef7bc38b (patch)
tree0b249d272e208c8b70e3a293d789c823a1aa625a /meta/recipes-core
parent3be5331986289bf11040c241fd54239fb2011695 (diff)
downloadpoky-4046716c2f315308048d568e5b606382ef7bc38b.tar.gz
systemd-conf: Fix clean support
(From OE-Core rev: ed335e201c878ab4518675f57ce0d12cdc60e02e) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd-conf.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd-conf.bb b/meta/recipes-core/systemd/systemd-conf.bb
index c694efbbf1..9bb27fd96d 100644
--- a/meta/recipes-core/systemd/systemd-conf.bb
+++ b/meta/recipes-core/systemd/systemd-conf.bb
@@ -16,9 +16,11 @@ ${sysconfdir}/systemd/user.conf"
16 16
17FILES_${PN} = "${sysconfdir}/machine-id ${sysconfdir}/systemd" 17FILES_${PN} = "${sysconfdir}/machine-id ${sysconfdir}/systemd"
18 18
19do_configure[noexec] = '1'
19do_compile[noexec] = '1' 20do_compile[noexec] = '1'
20 21
21do_install() { 22do_install() {
23 rm -rf ${D}/${sysconfdir}/systemd
22 install -d ${D}/${sysconfdir}/systemd 24 install -d ${D}/${sysconfdir}/systemd
23 25
24 # Create machine-id 26 # Create machine-id