]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mkelfimage: set CLEANBROKEN
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 14 Jan 2015 07:44:40 +0000 (23:44 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 23:06:42 +0000 (23:06 +0000)
Fix when rebuild:
| DEBUG: Executing shell function autotools_preconfigure
| Makefile:1: Makefile.conf: No such file or directory

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/mkelfimage/mkelfimage_git.bb

index bcf68a8e372d16b56146a1fbd339a8a47e7e1d9a..28aff9124ee940fc800afa736dc08a83573ac3ea 100644 (file)
@@ -14,6 +14,8 @@ SRC_URI = "git://review.coreboot.org/p/coreboot;protocol=http \
            file://fix-makefile-to-find-libz.patch   \
           "
 
+CLEANBROKEN = "1"
+
 S = "${WORKDIR}/git/util/mkelfImage"
 
 CFLAGS += "-fno-stack-protector"