diff options
-rw-r--r-- | meta/recipes-devtools/python/python-mako_1.0.4.bb | 2 |
1 files changed, 1 insertions, 1 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 index b10b3c3d77..230044e1a2 100644 --- a/meta/recipes-devtools/python/python-mako_1.0.4.bb +++ b/meta/recipes-devtools/python/python-mako_1.0.4.bb | |||
@@ -13,5 +13,5 @@ BBCLASSEXTEND = "native nativesdk" | |||
13 | # The same utility is packaged in python3-mako, so it would conflict | 13 | # The same utility is packaged in python3-mako, so it would conflict |
14 | do_install_append() { | 14 | do_install_append() { |
15 | rm -f ${D}${bindir}/mako-render | 15 | rm -f ${D}${bindir}/mako-render |
16 | rm -df ${D}${bindir} | 16 | rmdir ${D}${bindir} |
17 | } | 17 | } |