diff options
author | Haris Okanovic <haris.okanovic@ni.com> | 2015-12-02 16:57:50 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:32:08 +0100 |
commit | c26ea3661d9966059aaaca225db3faaca514d27a (patch) | |
tree | c9fe27e1466c10e6d5bfeb9fd0ed6888d877ba36 | |
parent | 8470dec8bc7913d4729c68b30da8b01ddc4e4796 (diff) | |
download | meta-openembedded-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>
-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" | ||