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:
Haris Okanovic 2015-12-02 16:57:50 -06:00 committed by Martin Jansa
parent 8470dec8bc
commit c26ea3661d

View File

@ -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"