[oe-commits] [meta-openembedded] 06/34: wmiconfig: mark as having broken "make clean"

git at git.openembedded.org git at git.openembedded.org
Wed Jan 27 12:03:03 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit d2f68cc7c6db7cd14d1d4fb17a5c0ef3082b79f6
Author: Bob Ham <bob.ham at collabora.com>
AuthorDate: Mon Jan 18 11:13:15 2016 +0000

    wmiconfig: mark as having broken "make clean"
    
    Set CLEANBROKEN as the Makefile has no "clean" target.
    
    Signed-off-by: Bob Ham <bob.ham at collabora.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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() {

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list