poky/meta
Yi Zhao 7e3e3feb5a gnupg: drop -unknown suffix from version number
For gnupg and related packages, if autogen.sh is run outside of a git
repo, the find-version function always assumes that the package is a
beta version and adds the suffix '-unknown' to the version number.

Add drop-unknow-suffix.inc file that can be included by gnupg and other
recipes. This file is used to modify autogen.sh:
1. Replace beta=yes with beta=no.
2. Replace tmp="-unknown" with tmp=""

Also remove 0004-autogen.sh-fix-find-version-for-beta-checking.patch as
it is no longer needed.

Befor the fix:
$ gpg --version
gpg (GnuPG) 2.5.5-unknown

After the fix:
$ gpg --version
gpg (GnuPG) 2.5.5

(From OE-Core rev: f6efe56a8c73ae9f58cb70f1469c617ff0647b49)

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-07-03 10:40:16 +01:00
..
classes create-spdx-2.2: support to override the version of a package in SPDX 2 2025-07-01 08:49:37 +01:00
classes-global sanity: Reference gcc/g++ directly 2025-07-03 10:40:16 +01:00
classes-recipe uninative/utils: Drop workarounds for gcc 4.8/4.9 2025-07-03 10:40:16 +01:00
conf sanity: Require minimum of bitbake 2.15.1 2025-07-01 08:51:50 +01:00
files uninative/utils: Drop workarounds for gcc 4.8/4.9 2025-07-03 10:40:16 +01:00
lib sanity/utils: Directly use gcc, not BUILD_CC 2025-07-03 10:40:16 +01:00
recipes-bsp u-boot: Allow for customizing installed/deployed file names 2025-06-23 22:13:08 +01:00
recipes-connectivity meta: remove consecutive blank lines 2025-06-20 12:07:27 +01:00
recipes-core oeqa/sdk: Simplify test specification and discovery 2025-07-01 08:49:37 +01:00
recipes-devtools python3-wheel: upgrade 0.45.1 -> 0.46.1; add ptest 2025-07-01 08:49:37 +01:00
recipes-extended psmisc: fix runtime version when using git shallow tarball 2025-07-03 10:40:16 +01:00
recipes-gnome meta: remove consecutive blank lines 2025-06-20 12:07:27 +01:00
recipes-graphics libglvnd: drop S assignment 2025-06-25 07:34:20 +01:00
recipes-kernel systemtap: upgrade 5.2 -> 5.3 2025-06-26 11:02:34 +01:00
recipes-multimedia meta: remove consecutive blank lines 2025-06-20 12:07:27 +01:00
recipes-rt meta: remove S in recipes that fetch from git via setting BB_GIT_DEFAULT_DESTSUFFIX 2025-06-20 12:07:26 +01:00
recipes-sato meta: remove consecutive blank lines 2025-06-20 12:07:27 +01:00
recipes-support gnupg: drop -unknown suffix from version number 2025-07-03 10:40:16 +01:00
site site/arm-linux: Fix typo for sizeof_char_p 2024-11-21 12:16:28 +00:00
COPYING.MIT
recipes.txt