* [meta-oe][PATCH 0/3] Fix various recipes that have no "make clean"
@ 2016-01-18 11:13 Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 1/3] s3c24xx-gpio: mark as having broken " Bob Ham
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bob Ham @ 2016-01-18 11:13 UTC (permalink / raw)
To: openembedded-devel
Bob Ham (3):
s3c24xx-gpio: mark as having broken "make clean"
s3c64xx-gpio: mark as having broken "make clean"
wmiconfig: mark as having broken "make clean"
meta-oe/recipes-support/samsung-soc-utils/s3c24xx-gpio_svn.bb | 2 ++
meta-oe/recipes-support/samsung-soc-utils/s3c64xx-gpio_svn.bb | 2 ++
meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 ++
3 files changed, 6 insertions(+)
--
2.1.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 1/3] s3c24xx-gpio: mark as having broken "make clean"
2016-01-18 11:13 [meta-oe][PATCH 0/3] Fix various recipes that have no "make clean" Bob Ham
@ 2016-01-18 11:13 ` Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 2/3] s3c64xx-gpio: " Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 3/3] wmiconfig: " Bob Ham
2 siblings, 0 replies; 4+ messages in thread
From: Bob Ham @ 2016-01-18 11:13 UTC (permalink / raw)
To: openembedded-devel
Set CLEANBROKEN as the Makefile has no "clean" target.
Signed-off-by: Bob Ham <bob.ham@collabora.com>
---
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 269c1b7..082dc00 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
}
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 2/3] s3c64xx-gpio: mark as having broken "make clean"
2016-01-18 11:13 [meta-oe][PATCH 0/3] Fix various recipes that have no "make clean" Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 1/3] s3c24xx-gpio: mark as having broken " Bob Ham
@ 2016-01-18 11:13 ` Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 3/3] wmiconfig: " Bob Ham
2 siblings, 0 replies; 4+ messages in thread
From: Bob Ham @ 2016-01-18 11:13 UTC (permalink / raw)
To: openembedded-devel
Set CLEANBROKEN as the Makefile has no "clean" target.
Signed-off-by: Bob Ham <bob.ham@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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-oe][PATCH 3/3] wmiconfig: mark as having broken "make clean"
2016-01-18 11:13 [meta-oe][PATCH 0/3] Fix various recipes that have no "make clean" Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 1/3] s3c24xx-gpio: mark as having broken " Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 2/3] s3c64xx-gpio: " Bob Ham
@ 2016-01-18 11:13 ` Bob Ham
2 siblings, 0 replies; 4+ messages in thread
From: Bob Ham @ 2016-01-18 11:13 UTC (permalink / raw)
To: openembedded-devel
Set CLEANBROKEN as the Makefile has no "clean" target.
Signed-off-by: Bob Ham <bob.ham@collabora.com>
---
meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
index a114d2f..480939b 100644
--- a/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
+++ b/meta-oe/recipes-support/wmiconfig/wmiconfig_svn.bb
@@ -9,6 +9,8 @@ PR = "r2"
SRC_URI = "svn://svn.openmoko.org/trunk/src/target;module=AR6kSDK.build_sw.18;protocol=http"
S = "${WORKDIR}/AR6kSDK.build_sw.18/host/tools/wmiconfig"
+CLEANBROKEN = "1"
+
TARGET_CC_ARCH += "${LDFLAGS}"
do_install() {
--
2.1.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-18 11:13 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 11:13 [meta-oe][PATCH 0/3] Fix various recipes that have no "make clean" Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 1/3] s3c24xx-gpio: mark as having broken " Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 2/3] s3c64xx-gpio: " Bob Ham
2016-01-18 11:13 ` [meta-oe][PATCH 3/3] wmiconfig: " Bob Ham
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.