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 <[email protected]> Natinst-ReviewBoard-ID: 119389 --- meta-python/recipes-devtools/python/python-jinja2_2.7.3.bb | 2 ++ 1 file changed, 2 insertions(+) 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 e66077a..aa5c082 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}" 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" -- 2.6.2 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
