mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
pimd: skip pre-configure make clean via CLEANBROKEN
The shipped Makefile does 'include config.mk' which is only created by configure, so the 'make clean' run by autotools_preconfigure fails before configure has run. Set CLEANBROKEN to skip that pre-configure clean. Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,6 +13,11 @@ EXTRA_OECONF:append:libc-musl = " --embedded-libc"
|
|||||||
|
|
||||||
inherit autotools-brokensep update-alternatives
|
inherit autotools-brokensep update-alternatives
|
||||||
|
|
||||||
|
# The shipped Makefile "include config.mk" which is only created by configure,
|
||||||
|
# so the "make clean" run by autotools_preconfigure fails before configure has
|
||||||
|
# run. Skip that pre-configure clean.
|
||||||
|
CLEANBROKEN = "1"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user