Hi Joakim, Joakim Roubert <[email protected]> escreveu no dia quarta, 29/03/2023 à(s) 15:19:
> It seems there has been recent changes to the UPX repo that make the > current 3.96 setup here fail now. This patch mitigates that and also > bumps UPX to version 3.99. > > Change-Id: I9fb718c9e98340a85997fde6c9d7c3fa1472d263 > Signed-off-by: Joakim Roubert <[email protected]> > --- > recipes-extended/upx/upx_git.bb | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) > > diff --git a/recipes-extended/upx/upx_git.bb b/recipes-extended/upx/ > upx_git.bb > index bb8004c6..3cf82065 100644 > --- a/recipes-extended/upx/upx_git.bb > +++ b/recipes-extended/upx/upx_git.bb > @@ -1,13 +1,13 @@ > HOMEPAGE = "http://upx.sourceforge.net" > SUMMARY = "Ultimate executable compressor." > > -SRCREV_upx = "8d1a98e03bf281b2cee459b6c27347e56d13c6a8" > -SRCREV_vendor_doctest = "666e648b68fda2deb141a1fe93e3fd1e2795dd0f" > -SRCREV_vendor_lzma_sdk = "9ebf8f468c689d83504e6c08c6bc26c4a1cf180f" > -SRCREV_vendor_ucl = "4b58d592199dc1e5db691e1a54fb0e5e9af0ecaf" > -SRCREV_vendor_zlib = "2a5b338eb173a701ed179e951d4c390e75e8d4c7" > +SRCREV_upx = "feef2e38cfe7660c6d9e22b36defad4cfbf563a9" > +SRCREV_vendor_doctest = "${AUTOREV}" > +SRCREV_vendor_lzma_sdk = "${AUTOREV}" > +SRCREV_vendor_ucl = "${AUTOREV}" > +SRCREV_vendor_zlib = "${AUTOREV}" > The AUTOREV will break the reproducibility of this package. Jose > SRCREV_FORMAT = "upx" > -SRC_URI = "git://github.com/upx/upx;name=upx;branch=devel;protocol=https > \ > +SRC_URI = "git://github.com/upx/upx;name=upx;branch=master;protocol=https > \ > git:// > github.com/upx/upx-vendor-doctest;name=vendor_doctest;subdir=git/vendor/doctest;branch=upx-vendor;protocol=https > \ > git:// > github.com/upx/upx-vendor-lzma-sdk;name=vendor_lzma_sdk;subdir=git/vendor/lzma-sdk;branch=upx-vendor;protocol=https > \ > git:// > github.com/upx/upx-vendor-ucl;name=vendor_ucl;subdir=git/vendor/ucl;branch=upx-vendor;protocol=https > \ > @@ -17,13 +17,13 @@ SRC_URI = "git:// > github.com/upx/upx;name=upx;branch=devel;protocol=https \ > LICENSE = "GPL-2.0-only" > LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a" > > -DEPENDS = "zlib libucl xz cmake-native" > +DEPENDS = "cmake-native" > > # inherit cmake > > S = "${WORKDIR}/git" > > -PV = "3.96+${SRCPV}" > +PV = "3.99+${SRCPV}" > > EXTRA_OEMAKE += " \ > UPX_UCLDIR=${STAGING_DIR_TARGET} \ > -- > 2.30.2 > > > > > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#7964): https://lists.yoctoproject.org/g/meta-virtualization/message/7964 Mute This Topic: https://lists.yoctoproject.org/mt/97929374/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
