diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-13 23:44:40 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:24 +0000 |
commit | 8617fdefed68c15a4d185aa631679d787e06a96c (patch) | |
tree | 97e688819e5a4e8146d32af497410e5d57eb953f /meta | |
parent | 4acf17f149183b1db8d86615969fee67e5c84e68 (diff) | |
download | ast2050-yocto-poky-8617fdefed68c15a4d185aa631679d787e06a96c.zip ast2050-yocto-poky-8617fdefed68c15a4d185aa631679d787e06a96c.tar.gz |
mkelfimage: set CLEANBROKEN
Fix when rebuild:
| DEBUG: Executing shell function autotools_preconfigure
| Makefile:1: Makefile.conf: No such file or directory
(From OE-Core rev: 04c1cf8595cebe25edbd7ec77bbe362fae3e6bfc)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mkelfimage/mkelfimage_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb index bcf68a8..28aff91 100644 --- a/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb +++ b/meta/recipes-devtools/mkelfimage/mkelfimage_git.bb @@ -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" |