diff options
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.bb | 6 |
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 \ | |||
| 22 | RDEPENDS_${PN}_class-native = "" | 22 | RDEPENDS_${PN}_class-native = "" |
| 23 | 23 | ||
| 24 | BBCLASSEXTEND = "native nativesdk" | 24 | BBCLASSEXTEND = "native nativesdk" |
| 25 | |||
| 26 | # The same utility is packaged in python3-mako, so it would conflict | ||
| 27 | do_install_append() { | ||
| 28 | rm -f ${D}${bindir}/mako-render | ||
| 29 | rm -df ${D}${bindir} | ||
| 30 | } | ||
