diff options
-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 |