diff options
| author | Bob Ham <bob.ham@collabora.com> | 2016-01-18 11:13:15 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:19 +0100 |
| commit | 9d140fd1093d8313f9b9a3b173867ccd28a3da06 (patch) | |
| tree | 7f9d389432e0e74a336ac60faa54a3b3902bea87 | |
| parent | e5fa3a5ca517ad0e51eacfa9859195d55421ea18 (diff) | |
| download | meta-openembedded-9d140fd1093d8313f9b9a3b173867ccd28a3da06.tar.gz | |
wmiconfig: mark as having broken "make clean"
Set CLEANBROKEN as the Makefile has no "clean" target.
Signed-off-by: Bob Ham <bob.ham@collabora.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb index a114d2f0dd..480939bc8c 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" | |||
| 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http" | 9 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http" |
| 10 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" | 10 | S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig" |
| 11 | 11 | ||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 12 | TARGET_CC_ARCH += "${LDFLAGS}" | 14 | TARGET_CC_ARCH += "${LDFLAGS}" |
| 13 | 15 | ||
| 14 | do_install() { | 16 | do_install() { |
