[oe] [meta-oe][PATCH 3/3] wmiconfig: mark as having broken "make clean"

Bob Ham bob.ham at collabora.com
Mon Jan 18 11:13:15 UTC 2016


Set CLEANBROKEN as the Makefile has no "clean" target.

Signed-off-by: Bob Ham <bob.ham at collabora.com>
---
 meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
index a114d2f..480939b 100644
--- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
+++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
@@ -9,6 +9,8 @@ PR = "r2"
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http"
 S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
 
+CLEANBROKEN = "1"
+
 TARGET_CC_ARCH += "${LDFLAGS}"
 
 do_install() {
-- 
2.1.4




More information about the Openembedded-devel mailing list