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 | 2 |
1 files changed, 1 insertions, 1 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 5325048039..64aa6b34b2 100644 --- a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb | |||
| @@ -19,7 +19,7 @@ S = "${WORKDIR}" | |||
| 19 | 19 | ||
| 20 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |
| 21 | 21 | ||
| 22 | do_install_append() { | 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 | } |
