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
commit20fb0c214f3669a8e27b38a5c27eb20d4cbeef0a (patch)
tree980ee673823d24648249e4c95bf59625189ffcf1
parent6aaf6427b9b1240c834ba9bd24e054b1104d3bc7 (diff)
downloadmeta-python2-20fb0c214f3669a8e27b38a5c27eb20d4cbeef0a.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. (From meta-openembedded commit: c5b295aa9b2ce5d8f3f39d27dac4b0a9c608a5c2) 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> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-jinja2_2.7.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-jinja2_2.7.3.bb b/recipes-devtools/python/python-jinja2_2.7.3.bb
index e66077a..aa5c082 100644
--- a/recipes-devtools/python/python-jinja2_2.7.3.bb
+++ b/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"