From a3c6a6ee41f7c2f2810843a2acd315b6941920ba Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 1 Jul 2024 14:43:41 +0800 Subject: isomd5sum: upgrade 1.2.4 -> 1.2.5 Changelog: ============= - testpyisomd5sum.py: Use a consistent iso size - Remove quiet from iso creation, size seems wrong - workflows: Move to Fedora 39 and checkout v4 - Revert "test: Update testing to include small iso and larger iso" - Revert "Fix checksum failure with small isos" Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-extended/isomd5sum/isomd5sum_1.2.4.bb | 36 ---------------------- .../recipes-extended/isomd5sum/isomd5sum_1.2.5.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb create mode 100644 meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb deleted file mode 100644 index 5f2993dd4f..0000000000 --- a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.4.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Tools for taking the MD5 sum of ISO images" -DESCRIPTION = "Tools for taking the MD5 sum of ISO images" - -DEPENDS = "popt python3 openssl curl popt-native" -RDEPENDS:${BPN} = "openssl curl" - -LICENSE = "GPL-2.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" - -SRC_URI = "git://github.com/rhinstaller/isomd5sum.git;branch=master;protocol=https \ - file://0001-tweak-install-prefix.patch \ - file://0002-fix-parallel-error.patch \ -" - -S = "${WORKDIR}/git" -inherit python3native - -EXTRA_OEMAKE += " \ - DESTDIR='${D}' \ - PYTHONINCLUDE='-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}' \ - PYTHONSITEPACKAGES='${PYTHON_SITEPACKAGES_DIR}' \ -" - -do_install () { - oe_runmake install -} - -PACKAGES += "python3-${BPN}" - -RPROVIDES:${BPN}-dbg += "python3-${BPN}-dbg" - -FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so" - -SRCREV = "3f4c9bd3f21ec9ac75a025dfa3fa30fe3f621831" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb new file mode 100644 index 0000000000..87fcf8cc61 --- /dev/null +++ b/meta-oe/recipes-extended/isomd5sum/isomd5sum_1.2.5.bb @@ -0,0 +1,36 @@ +SUMMARY = "Tools for taking the MD5 sum of ISO images" +DESCRIPTION = "Tools for taking the MD5 sum of ISO images" + +DEPENDS = "popt python3 openssl curl popt-native" +RDEPENDS:${BPN} = "openssl curl" + +LICENSE = "GPL-2.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" + +SRC_URI = "git://github.com/rhinstaller/isomd5sum.git;branch=master;protocol=https \ + file://0001-tweak-install-prefix.patch \ + file://0002-fix-parallel-error.patch \ +" + +S = "${WORKDIR}/git" +inherit python3native + +EXTRA_OEMAKE += " \ + DESTDIR='${D}' \ + PYTHONINCLUDE='-I${STAGING_INCDIR}/${PYTHON_DIR}${PYTHON_ABI}' \ + PYTHONSITEPACKAGES='${PYTHON_SITEPACKAGES_DIR}' \ +" + +do_install () { + oe_runmake install +} + +PACKAGES += "python3-${BPN}" + +RPROVIDES:${BPN}-dbg += "python3-${BPN}-dbg" + +FILES:python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/pyisomd5sum.so" + +SRCREV = "ed1f54de86b5d507c4cfa552923e9ddfddd9b893" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf