diff options
author | Bob Ham <bob.ham@collabora.com> | 2016-01-18 11:13:13 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-01 15:51:18 +0100 |
commit | ad234b4c673e43a276d605bccfc8904dda4f9678 (patch) | |
tree | 09b15dac213485095719fa59d9421acf23dcbc74 /meta-oe/recipes-support | |
parent | e39681eaac07086a43223bafdcfba0caaf00b4e9 (diff) | |
download | meta-openembedded-ad234b4c673e43a276d605bccfc8904dda4f9678.tar.gz |
s3c24xx-gpio: 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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 269c1b75e..082dc005f 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" | |||
10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" | 10 | SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=gpio;protocol=http" |
11 | S = "${WORKDIR}/gpio" | 11 | S = "${WORKDIR}/gpio" |
12 | 12 | ||
13 | CLEANBROKEN = "1" | ||
14 | |||
13 | do_compile() { | 15 | do_compile() { |
14 | ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio.c | 16 | ${CC} ${CFLAGS} ${LDFLAGS} -static -o ${PN} gpio.c |
15 | } | 17 | } |