[oe] [meta-oe] [PATCH] python-jinja2: Disable `make clean`

Haris Okanovic haris.okanovic at ni.com
Wed Dec 2 22:57:50 UTC 2015


Makefile doesn't define "clean". Unless disabled, base_do_configure()
will fail the build attempting to run `make clean` when rebuilding
this recipe.

Signed-off-by: Haris Okanovic <haris.okanovic at ni.com>
Natinst-ReviewBoard-ID: 119389
---
 meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb b/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
index e66077a..aa5c082 100644
--- a/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
+++ b/meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb
@@ -17,3 +17,5 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
 inherit setuptools
 
 RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe"
+
+CLEANBROKEN = "1"
-- 
2.6.2




More information about the Openembedded-devel mailing list