aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorHaris Okanovic <haris.okanovic@ni.com>2015-12-02 16:57:50 -0600
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:32:08 +0100
commitc26ea3661d9966059aaaca225db3faaca514d27a (patch)
treec9fe27e1466c10e6d5bfeb9fd0ed6888d877ba36 /meta-python/recipes-devtools
parent8470dec8bc7913d4729c68b30da8b01ddc4e4796 (diff)
downloadmeta-openembedded-contrib-c26ea3661d9966059aaaca225db3faaca514d27a.tar.gz
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 <haris.okanovic@ni.com> Natinst-ReviewBoard-ID: 119389 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb2
1 files changed, 2 insertions, 0 deletions
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 e66077af17..aa5c08253a 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"