diff options
author | Ross Burton <ross.burton@intel.com> | 2014-12-05 11:37:58 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:08 +0000 |
commit | da53141db3bb446db7b036b95df2f860c6cbe276 (patch) | |
tree | e7ea3e9772bbdba51be3b5c72f98f2edeeea4fc8 /meta/recipes-extended | |
parent | 764e08b292a3f0d04757680ca61d14908b708296 (diff) | |
download | poky-da53141db3bb446db7b036b95df2f860c6cbe276.tar.gz |
libnewt: set CLEANBROKEN
(From OE-Core rev: 4f301c9cd17043f039d82555f973cbbca9acd51f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/newt/libnewt_0.52.18.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.18.bb b/meta/recipes-extended/newt/libnewt_0.52.18.bb index e8ac66269a..fa2493b554 100644 --- a/meta/recipes-extended/newt/libnewt_0.52.18.bb +++ b/meta/recipes-extended/newt/libnewt_0.52.18.bb | |||
@@ -32,6 +32,8 @@ EXTRA_OECONF = "--without-tcl --without-python" | |||
32 | 32 | ||
33 | inherit autotools-brokensep | 33 | inherit autotools-brokensep |
34 | 34 | ||
35 | CLEANBROKEN = "1" | ||
36 | |||
35 | export STAGING_INCDIR | 37 | export STAGING_INCDIR |
36 | export STAGING_LIBDIR | 38 | export STAGING_LIBDIR |
37 | 39 | ||