]> code.ossystems Code Review - openembedded-core.git/commitdiff
opkg-utils: set CLEANBROKEN as upstream Makefile doesn't have clean target
authorRoss Burton <ross.burton@intel.com>
Mon, 9 Jan 2017 15:16:10 +0000 (15:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:52 +0000 (18:01 +0000)
meta/recipes-devtools/opkg-utils/opkg-utils_git.bb

index e769a8bd1081930ca5314278e9ff6bf1a8440d3c..094f4e75de066c3b34fd594cc44e8f7c4f12019f 100644 (file)
@@ -51,3 +51,5 @@ pkg_postrm_update-alternatives-opkg() {
 }
 
 BBCLASSEXTEND = "native nativesdk"
+
+CLEANBROKEN = "1"