summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-mako_1.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-mako_1.0.3.bb')
-rw-r--r--meta/recipes-devtools/python/python-mako_1.0.3.bb6
1 files changed, 6 insertions, 0 deletions
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 \
22RDEPENDS_${PN}_class-native = "" 22RDEPENDS_${PN}_class-native = ""
23 23
24BBCLASSEXTEND = "native nativesdk" 24BBCLASSEXTEND = "native nativesdk"
25
26# The same utility is packaged in python3-mako, so it would conflict
27do_install_append() {
28 rm -f ${D}${bindir}/mako-render
29 rm -df ${D}${bindir}
30}