summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-01-09 15:16:10 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-16 18:05:12 +0000
commit171a07091873b5692f74751edc3ae09172ae3d76 (patch)
tree4db103da9282f91c246a37fbb5d4693721c66d6f /meta
parent5651e8da6089eb638ab938cb21fd95ec327e84b5 (diff)
downloadpoky-171a07091873b5692f74751edc3ae09172ae3d76.tar.gz
opkg-utils: set CLEANBROKEN as upstream Makefile doesn't have clean target
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/opkg-utils/opkg-utils_git.bb2
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
53BBCLASSEXTEND = "native nativesdk" 53BBCLASSEXTEND = "native nativesdk"
54
55CLEANBROKEN = "1"