All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-dateutil: mark as having broken "make clean"
@ 2016-01-18 11:30 Bob Ham
  2016-02-01 15:15 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Bob Ham @ 2016-01-18 11:30 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-python/recipes-devtools/python/python-dateutil_1.5.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
index 37f19a8..61d992d 100644
--- a/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
+++ b/meta-python/recipes-devtools/python/python-dateutil_1.5.bb
@@ -8,6 +8,8 @@ SRCNAME = "${BPN}"
 SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
+CLEANBROKEN = "1"
+
 inherit setuptools
 
 PACKAGES =+ "${PN}-zoneinfo"
-- 
2.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-01 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 11:30 [meta-python][PATCH] python-dateutil: mark as having broken "make clean" Bob Ham
2016-02-01 15:15 ` Martin Jansa

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.