From c5b295aa9b2ce5d8f3f39d27dac4b0a9c608a5c2 Mon Sep 17 00:00:00 2001 From: Haris Okanovic Date: Wed, 2 Dec 2015 16:57:50 -0600 Subject: python-jinja2: Disable `make clean` 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 Natinst-ReviewBoard-ID: 119389 Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- 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 e66077af1..aa5c08253 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" -- cgit v1.2.3-54-g00ecf