diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2018-10-25 05:52:18 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-28 08:31:57 +0000 |
commit | 4046716c2f315308048d568e5b606382ef7bc38b (patch) | |
tree | 0b249d272e208c8b70e3a293d789c823a1aa625a /meta | |
parent | 3be5331986289bf11040c241fd54239fb2011695 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-core/systemd/systemd-conf.bb | 2 |
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 | ||
17 | FILES_${PN} = "${sysconfdir}/machine-id ${sysconfdir}/systemd" | 17 | FILES_${PN} = "${sysconfdir}/machine-id ${sysconfdir}/systemd" |
18 | 18 | ||
19 | do_configure[noexec] = '1' | ||
19 | do_compile[noexec] = '1' | 20 | do_compile[noexec] = '1' |
20 | 21 | ||
21 | do_install() { | 22 | do_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 |