[oe] [meta-python][PATCH] python-dateutil: mark as having broken "make clean"

Bob Ham bob.ham at collabora.com
Mon Jan 18 11:30:51 UTC 2016


Set CLEANBROKEN as the Makefile has no "clean" target.

Signed-off-by: Bob Ham <bob.ham at 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




More information about the Openembedded-devel mailing list