python3-hexdump: remove

The upstream source repository has disappeared, and a release was last
made in January 2016.

As this package is unmaintained and there are many alternatives, remove
it.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Ross Burton
2022-01-14 16:41:38 +00:00
committed by Khem Raj
parent b226d966d9
commit 4b71feccfa
2 changed files with 0 additions and 26 deletions

View File

@@ -1,25 +0,0 @@
SUMMARY = "view/edit your binary with any text editor"
# The homepage listed on pypi is [1] but the repository has been removed.
# Instead, set the homepage to pypi.
#
# [1] https://bitbucket.org/techtonik/hexdump/
HOMEPAGE = "https://pypi.org/project/hexdump/"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/PD;md5=b3597d12946881e13cb3b548d1173851"
PYPI_PACKAGE_EXT = "zip"
inherit pypi distutils3
SRC_URI[sha256sum] = "d781a43b0c16ace3f9366aade73e8ad3a7bd5137d58f0b45ab2d3f54876f20db"
S = "${WORKDIR}"
BBCLASSEXTEND = "native nativesdk"
do_install:append() {
rm ${D}${datadir}/data/hexfile.bin
rmdir ${D}${datadir}/data ${D}${datadir}
}