summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-mako_1.0.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-mako_1.0.4.bb')
-rw-r--r--meta/recipes-devtools/python/python-mako_1.0.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-mako_1.0.4.bb b/meta/recipes-devtools/python/python-mako_1.0.4.bb
new file mode 100644
index 0000000000..b10b3c3d77
--- /dev/null
+++ b/meta/recipes-devtools/python/python-mako_1.0.4.bb
@@ -0,0 +1,17 @@
1require python-mako.inc
2
3inherit setuptools
4
5RDEPENDS_${PN} = "python-threading \
6 python-netclient \
7 python-html \
8"
9RDEPENDS_${PN}_class-native = ""
10
11BBCLASSEXTEND = "native nativesdk"
12
13# The same utility is packaged in python3-mako, so it would conflict
14do_install_append() {
15 rm -f ${D}${bindir}/mako-render
16 rm -df ${D}${bindir}
17}