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