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, 0 insertions, 17 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 deleted file mode 100644 index 230044e1a2..0000000000 --- a/meta/recipes-devtools/python/python-mako_1.0.6.bb +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 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 | } | ||
