aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaris Okanovic <haris.okanovic@ni.com>2015-12-02 16:57:50 -0600
committerArmin Kuster <akuster808@gmail.com>2015-12-20 14:16:42 -0800
commitc5b295aa9b2ce5d8f3f39d27dac4b0a9c608a5c2 (patch)
tree579330044e92b2473b97fd005831cdb02dbd1a83
parent6fa49f37634f97a202ed93cbe9e2fbd8d49cfd8c (diff)
downloadmeta-openembedded-contrib-c5b295aa9b2ce5d8f3f39d27dac4b0a9c608a5c2.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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"