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