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:01:52 +0000 |
commit | 28fc7b8d8d1e0fe93fba595c31b94d743fefaf18 (patch) | |
tree | 68fdf144400ad54f2aef0fe8deaf4fe16a7d650c /meta/recipes-devtools/opkg-utils | |
parent | f0ec387ad40fb9c098ac8d761993bc2bacc76e65 (diff) | |
download | openembedded-core-contrib-28fc7b8d8d1e0fe93fba595c31b94d743fefaf18.tar.gz |
opkg-utils: set CLEANBROKEN as upstream Makefile doesn't have clean target
Diffstat (limited to 'meta/recipes-devtools/opkg-utils')
-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 e769a8bd108..094f4e75de0 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() { } BBCLASSEXTEND = "native nativesdk" + +CLEANBROKEN = "1" |