diff options
author | Ross Burton <ross.burton@intel.com> | 2017-01-09 15:16:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-16 18:05:12 +0000 |
commit | 171a07091873b5692f74751edc3ae09172ae3d76 (patch) | |
tree | 4db103da9282f91c246a37fbb5d4693721c66d6f | |
parent | 5651e8da6089eb638ab938cb21fd95ec327e84b5 (diff) | |
download | poky-171a07091873b5692f74751edc3ae09172ae3d76.tar.gz |
opkg-utils: set CLEANBROKEN as upstream Makefile doesn't have clean target
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb index e769a8bd10..094f4e75de 100644 --- a/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | |||
@@ -51,3 +51,5 @@ pkg_postrm_update-alternatives-opkg() { | |||
51 | } | 51 | } |
52 | 52 | ||
53 | BBCLASSEXTEND = "native nativesdk" | 53 | BBCLASSEXTEND = "native nativesdk" |
54 | |||
55 | CLEANBROKEN = "1" | ||