diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-hexdump_3.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-hexdump_3.3.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb index cb04e17dfd..5325048039 100644 --- a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb | |||
| @@ -19,9 +19,7 @@ S = "${WORKDIR}" | |||
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
| 21 | 21 | ||
| 22 | do_cleanup_hexfile() { | 22 | do_install_append() { |
| 23 | rm ${D}${datadir}/data/hexfile.bin | 23 | rm ${D}${datadir}/data/hexfile.bin |
| 24 | rmdir ${D}${datadir}/data ${D}${datadir} | 24 | rmdir ${D}${datadir}/data ${D}${datadir} |
| 25 | } | 25 | } |
| 26 | |||
| 27 | addtask cleanup_hexfile before do_package after do_install | ||
