From f540622fb0d51d9f1a46c8559244527fef2d8303 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 11 May 2016 16:36:37 +0300 Subject: python3-mako: add a Python 3 recipe This will be necessary for transiting piglit to Python 3. Python 2 recipe should be kept as it is used by mesa (and gobject-introspection, for now). (From OE-Core rev: 72be3752a56d681672fb3e04413ff3cc59391150) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-mako_1.0.3.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'meta/recipes-devtools/python/python-mako_1.0.3.bb') diff --git a/meta/recipes-devtools/python/python-mako_1.0.3.bb b/meta/recipes-devtools/python/python-mako_1.0.3.bb index 9efd700dc0..d4f426dadd 100644 --- a/meta/recipes-devtools/python/python-mako_1.0.3.bb +++ b/meta/recipes-devtools/python/python-mako_1.0.3.bb @@ -22,3 +22,9 @@ RDEPENDS_${PN} = "python-threading \ RDEPENDS_${PN}_class-native = "" BBCLASSEXTEND = "native nativesdk" + +# The same utility is packaged in python3-mako, so it would conflict +do_install_append() { + rm -f ${D}${bindir}/mako-render + rm -df ${D}${bindir} +} -- cgit v1.2.3-54-g00ecf