mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3be5331986
commit
4046716c2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user