| DEBUG: Executing shell function do_configure | NOTE: make clean | make: *** No rule to make target 'clean'. Stop. | ERROR: oe_runmake failed
Signed-off-by: Andreas Müller <[email protected]> --- 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 c694efbbf14..111ef2497a3 100644 --- a/meta/recipes-core/systemd/systemd-conf.bb +++ b/meta/recipes-core/systemd/systemd-conf.bb @@ -18,6 +18,8 @@ FILES_${PN} = "${sysconfdir}/machine-id ${sysconfdir}/systemd" do_compile[noexec] = '1' +CLEANBROKEN = "1" + do_install() { install -d ${D}/${sysconfdir}/systemd -- 2.14.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
