summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg_2.1.7.bb
diff options
context:
space:
mode:
authorWenzong Fan <wenzong.fan@windriver.com>2015-10-28 01:53:37 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-03 17:41:08 +0000
commitc1ba8e11747f3bc51f0bb4ecd485ccec23ac113e (patch)
tree16e263123f1599a2c5f12788dbcc89ab72deea0d /meta/recipes-support/gnupg/gnupg_2.1.7.bb
parentc3f5e64b583e0f8c62952f4c2a93c41310987bdf (diff)
downloadpoky-c1ba8e11747f3bc51f0bb4ecd485ccec23ac113e.tar.gz
gnupg: fix find-version for beta checking
find-version always assumes that gnupg is beta if autogen.sh is run out of git-repo. This doesn't work for users whom just take release tarball and re-run autoconf in their local build dir. This fixes runtime issue: $gpg --list-sigs gpg: NOTE: THIS IS A DEVELOPMENT VERSION! gpg: It is only intended for test purposes and should NOT be gpg: used in a production environment or with production keys! (From OE-Core rev: d39e7ca717b67ad9f2f78b83d90d91e410e52965) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg_2.1.7.bb')
-rw-r--r--meta/recipes-support/gnupg/gnupg_2.1.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.1.7.bb b/meta/recipes-support/gnupg/gnupg_2.1.7.bb
index 48c7c9622d..979e6f9b99 100644
--- a/meta/recipes-support/gnupg/gnupg_2.1.7.bb
+++ b/meta/recipes-support/gnupg/gnupg_2.1.7.bb
@@ -12,6 +12,7 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \
12 file://pkgconfig.patch \ 12 file://pkgconfig.patch \
13 file://use-pkgconfig-instead-of-npth-config.patch \ 13 file://use-pkgconfig-instead-of-npth-config.patch \
14 file://dirmngr-uses-libgpg-error.patch \ 14 file://dirmngr-uses-libgpg-error.patch \
15 file://autogen.sh-fix-find-version-for-beta-checking.patch \
15 " 16 "
16 17
17SRC_URI[md5sum] = "ebdf92b15b8bcd8579b643c7f41a3238" 18SRC_URI[md5sum] = "ebdf92b15b8bcd8579b643c7f41a3238"