summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb
diff options
context:
space:
mode:
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.bb4
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
20BBCLASSEXTEND = "native nativesdk" 20BBCLASSEXTEND = "native nativesdk"
21 21
22do_cleanup_hexfile() { 22do_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
27addtask cleanup_hexfile before do_package after do_install