From ed335e201c878ab4518675f57ce0d12cdc60e02e 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 Signed-off-by: Mark Hatle Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd-conf.bb | 2 ++ 1 file changed, 2 insertions(+) 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 1.2.3-korg