mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-23 18:47:15 +00:00
af3b353bbf
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>