diff options
author | Haris Okanovic <haris.okanovic@ni.com> | 2015-12-02 16:57:50 -0600 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2015-12-20 14:16:42 -0800 |
commit | c5b295aa9b2ce5d8f3f39d27dac4b0a9c608a5c2 (patch) | |
tree | 579330044e92b2473b97fd005831cdb02dbd1a83 /meta-python | |
parent | 6fa49f37634f97a202ed93cbe9e2fbd8d49cfd8c (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb | 2 |
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 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}" | |||
17 | inherit setuptools | 17 | inherit setuptools |
18 | 18 | ||
19 | RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe" | 19 | RDEPENDS_${PN} += "python-io python-pickle python-crypt python-math python-netclient python-re python-textutils python-lang python-pprint python-shell python-markupsafe" |
20 | |||
21 | CLEANBROKEN = "1" | ||