From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id 70FA978DEC for ; Thu, 25 Oct 2018 09:52:49 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id w9P9qUr7009599 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 25 Oct 2018 02:52:40 -0700 Received: from msp-lpggp1.wrs.com (172.25.34.110) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.408.0; Thu, 25 Oct 2018 02:52:19 -0700 From: Mark Hatle To: Date: Thu, 25 Oct 2018 05:52:18 -0400 Message-ID: <20181025095218.160101-1-mark.hatle@windriver.com> X-Mailer: git-send-email 2.16.0.rc2 MIME-Version: 1.0 Subject: [PATCH] systemd-conf: Fix clean support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2018 09:52:49 -0000 Content-Type: text/plain Signed-off-by: Mark Hatle --- 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 c694efb..9bb27fd 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 -- 1.8.3.1