From 28fc7b8d8d1e0fe93fba595c31b94d743fefaf18 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 9 Jan 2017 15:16:10 +0000 Subject: opkg-utils: set CLEANBROKEN as upstream Makefile doesn't have clean target --- meta/recipes-devtools/opkg-utils/opkg-utils_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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() { } BBCLASSEXTEND = "native nativesdk" + +CLEANBROKEN = "1" -- cgit 1.2.3-korg