From 4046716c2f315308048d568e5b606382ef7bc38b Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 25 Oct 2018 05:52:18 -0400 Subject: systemd-conf: Fix clean support (From OE-Core rev: ed335e201c878ab4518675f57ce0d12cdc60e02e) Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-conf.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') 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" FILES_${PN} = "${sysconfdir}/machine-id ${sysconfdir}/systemd" +do_configure[noexec] = '1' do_compile[noexec] = '1' do_install() { + rm -rf ${D}/${sysconfdir}/systemd install -d ${D}/${sysconfdir}/systemd # Create machine-id -- cgit v1.2.3-54-g00ecf