mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
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>
This commit is contained in:
committed by
Armin Kuster
parent
6fa49f3763
commit
c5b295aa9b
@@ -17,3 +17,5 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||||||
inherit setuptools
|
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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user