From ad234b4c673e43a276d605bccfc8904dda4f9678 Mon Sep 17 00:00:00 2001 From: Bob Ham Date: Mon, 18 Jan 2016 11:13:13 +0000 Subject: [PATCH] s3c24xx-gpio: mark as having broken "make clean" Set CLEANBROKEN as the Makefile has no "clean" target. Signed-off-by: Bob Ham Signed-off-by: Martin Jansa --- meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb index 269c1b75e2..082dc005ff 100644 --- a/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb +++ b/meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb @@ -10,6 +10,8 @@ PR = "r2" 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.c }