The hexdump package appears to be abandoned, but it's used as the dependency of another project I'm packaging.
Change-Id: Id90d770fb48fa502f3abeb541b7febef42799b21 Signed-off-by: Andrew Jeffery <[email protected]> --- .../python/python3-hexdump_3.3.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-hexdump_3.3.bb diff --git a/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb new file mode 100644 index 000000000000..eb4bf994d4f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-hexdump_3.3.bb @@ -0,0 +1,20 @@ +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" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#88733): https://lists.openembedded.org/g/openembedded-devel/message/88733 Mute This Topic: https://lists.openembedded.org/mt/79642875/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
