mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01: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>
This commit is contained in:
parent
8470dec8bc
commit
c26ea3661d
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user