[oe-commits] [meta-openembedded] 24/46: s3c64xx-gpio: mark as having broken "make clean"

git at git.openembedded.org git at git.openembedded.org
Mon Feb 1 15:08:27 UTC 2016


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

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

    s3c64xx-gpio: 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/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
 }

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


More information about the Openembedded-commits mailing list