diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-03-11 11:04:59 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-11 21:29:50 +0000 |
| commit | 269385daa48437344646f2b0eb74ac63d6881ed5 (patch) | |
| tree | 1241161a26b266f6d8fc0dcf991a27bc864a3d1e /meta/recipes-support/gnupg | |
| parent | 14929d8bf15fccef1e503019c2669e755e5666c3 (diff) | |
| download | poky-269385daa48437344646f2b0eb74ac63d6881ed5.tar.gz | |
gnupg: follow odd-even scheme in upstream version checks
Unfortunately this has been overlooked, and resulted in
erroneous updates to testing/development releases.
The check will report an 'unknown' latest version until 2.6.0
is released.
(From OE-Core rev: 7e505c1506ea6a079b0291f84e4ec6774064ef20)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg')
| -rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.5.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.5.4.bb b/meta/recipes-support/gnupg/gnupg_2.5.4.bb index e6a7e3fb40..0001631d2c 100644 --- a/meta/recipes-support/gnupg/gnupg_2.5.4.bb +++ b/meta/recipes-support/gnupg/gnupg_2.5.4.bb | |||
| @@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=189af8afca6d6075ba6c9e0aa8077626 \ | |||
| 11 | 11 | ||
| 12 | DEPENDS = "npth libassuan libksba zlib bzip2 readline libgcrypt" | 12 | DEPENDS = "npth libassuan libksba zlib bzip2 readline libgcrypt" |
| 13 | 13 | ||
| 14 | inherit autotools gettext texinfo pkgconfig | 14 | inherit autotools gettext texinfo pkgconfig upstream-version-is-even |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" | 16 | UPSTREAM_CHECK_URI = "https://gnupg.org/ftp/gcrypt/gnupg/" |
| 17 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ | 17 | SRC_URI = "${GNUPG_MIRROR}/${BPN}/${BPN}-${PV}.tar.bz2 \ |
| 18 | file://0002-use-pkgconfig-instead-of-npth-config.patch \ | 18 | file://0002-use-pkgconfig-instead-of-npth-config.patch \ |
| 19 | file://0004-autogen.sh-fix-find-version-for-beta-checking.patch \ | 19 | file://0004-autogen.sh-fix-find-version-for-beta-checking.patch \ |
