summaryrefslogtreecommitdiffstats
path: root/recipes-extended/upx
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/upx')
-rw-r--r--recipes-extended/upx/upx_git.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-extended/upx/upx_git.bb b/recipes-extended/upx/upx_git.bb
index 79cf17a9..3af0e327 100644
--- a/recipes-extended/upx/upx_git.bb
+++ b/recipes-extended/upx/upx_git.bb
@@ -6,19 +6,21 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=353753597aa110e0ded3508408c6374a"
6# Note: DO NOT use released tarball in favor of the git repository with submodules. 6# Note: DO NOT use released tarball in favor of the git repository with submodules.
7# it makes maintenance easier for CVEs or other issues. 7# it makes maintenance easier for CVEs or other issues.
8 8
9SRCREV_upx = "ca97430db28bf264f4007118555c10f63be2a9c8" 9SRCREV_upx = "93abc161af744df62197dd1fd5f7e20266bd2ab6"
10PV = "5.0.1+git${SRCPV}" 10PV = "5.1.1+git${SRCPV}"
11 11
12# SRCREVs are from: 12# SRCREVs are from:
13# git submodule status | awk '{ commit_hash = $1; sub(/vendor\//, "", $2); gsub("-", "_", $2); printf "SRCREV_vendor_%s = \"%s\"\n", $2, commit_hash }' 13# git submodule status | awk '{ commit_hash = $1; sub(/vendor\//, "", $2); gsub("-", "_", $2); printf "SRCREV_vendor_%s = \"%s\"\n", $2, commit_hash }'
14# 14#
15# with two substitions for invalid SRCREVs (hence why the gitsm fetcher 15# with two substitions for invalid SRCREVs (hence why the gitsm fetcher
16# has issues) 16# has issues)
17SRCREV_vendor_bzip2 = "f6ff91c4ab4998a87bd17251fa311d84ff0797bc"
17SRCREV_vendor_doctest = "835aaee34666173532e98437b057f37b385076c9" 18SRCREV_vendor_doctest = "835aaee34666173532e98437b057f37b385076c9"
18SRCREV_vendor_lzma_sdk = "f9637f9f563d17b6ecf33ae2212dcd44866bfb25" 19SRCREV_vendor_lzma_sdk = "f9637f9f563d17b6ecf33ae2212dcd44866bfb25"
19SRCREV_vendor_ucl = "a60611d342b0b7d2924c495ebaa1910e4c3c3fe6" 20SRCREV_vendor_ucl = "a60611d342b0b7d2924c495ebaa1910e4c3c3fe6"
20SRCREV_vendor_valgrind = "b054e44ea1b6d630853ed74d33e0934ef4642efc" 21SRCREV_vendor_valgrind = "b054e44ea1b6d630853ed74d33e0934ef4642efc"
21SRCREV_vendor_zlib = "0a41a7d0a974d0b43afe4afe4b8025c8f144474e" 22SRCREV_vendor_zlib = "0a41a7d0a974d0b43afe4afe4b8025c8f144474e"
23SRCREV_vendor_zstd = "bc923cfaf4f13d38943c8586f7e25f680d7aa653"
22 24
23# This is broken for commits newer than 4.2.4 with invalid SRCREVs being reported 25# This is broken for commits newer than 4.2.4 with invalid SRCREVs being reported
24# by the git submodules. We switch back to individual fetches while this is 26# by the git submodules. We switch back to individual fetches while this is
@@ -26,11 +28,13 @@ SRCREV_vendor_zlib = "0a41a7d0a974d0b43afe4afe4b8025c8f144474e"
26# SRC_URI = "gitsm://github.com/upx/upx;protocol=https;;name=upx;branch=devel" 28# SRC_URI = "gitsm://github.com/upx/upx;protocol=https;;name=upx;branch=devel"
27SRCREV_FORMAT = "upx" 29SRCREV_FORMAT = "upx"
28SRC_URI = "git://github.com/upx/upx;name=upx;branch=devel;protocol=https \ 30SRC_URI = "git://github.com/upx/upx;name=upx;branch=devel;protocol=https \
31 git://github.com/upx/upx-vendor-bzip2;name=vendor_bzip2;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/bzip2;branch=upx-vendor;protocol=https \
29 git://github.com/upx/upx-vendor-doctest;name=vendor_doctest;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/doctest;branch=upx-vendor;protocol=https \ 32 git://github.com/upx/upx-vendor-doctest;name=vendor_doctest;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/doctest;branch=upx-vendor;protocol=https \
30 git://github.com/upx/upx-vendor-lzma-sdk;name=vendor_lzma_sdk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/lzma-sdk;branch=upx-vendor;protocol=https \ 33 git://github.com/upx/upx-vendor-lzma-sdk;name=vendor_lzma_sdk;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/lzma-sdk;branch=upx-vendor;protocol=https \
31 git://github.com/upx/upx-vendor-ucl;name=vendor_ucl;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/ucl;branch=upx-vendor;protocol=https \ 34 git://github.com/upx/upx-vendor-ucl;name=vendor_ucl;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/ucl;branch=upx-vendor;protocol=https \
32 git://github.com/upx/upx-vendor-zlib;name=vendor_zlib;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/zlib;branch=upx-vendor;protocol=https \ 35 git://github.com/upx/upx-vendor-zlib;name=vendor_zlib;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/zlib;branch=upx-vendor;protocol=https \
33 git://github.com/upx/upx-vendor-valgrind;name=vendor_valgrind;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/valgrind;branch=upx-vendor;protocol=https \ 36 git://github.com/upx/upx-vendor-valgrind;name=vendor_valgrind;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/valgrind;branch=upx-vendor;protocol=https \
37 git://github.com/upx/upx-vendor-zstd;name=vendor_zstd;subdir=${BB_GIT_DEFAULT_DESTSUFFIX}/vendor/zstd;branch=upx-vendor;protocol=https \
34 " 38 "
35 39
36inherit pkgconfig cmake 40inherit pkgconfig cmake