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

Bob Ham bob.ham at collabora.com
Mon Jan 18 11:13:14 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/samsung-soc-utils/s3c64xx-gpio_svn.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
index 256da09..bed0555 100644
--- a/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
+++ b/meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb
@@ -9,6 +9,8 @@ PV = "1.0+svnr${SRCPV}"
 SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http"
 S = "${WORKDIR}/gpio"
 
+CLEANBROKEN = "1"
+
 do_compile() {
     ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio-s3c6410.c
 }
-- 
2.1.4




More information about the Openembedded-devel mailing list