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>2015-11-16 11:39:30 +0000
commit70600fbb948269dac06242637867aaffa29172cf (patch)
treefe3af51a7f18a46b0a3bd7357ae0bae5361e0d50 /meta/recipes-support/gnupg/gnupg_2.1.7.bb
parentab123ef69417d0957741102cc28ac3d17daefb84 (diff)
downloadpoky-70600fbb948269dac06242637867aaffa29172cf.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: a37cccca3bb3bad0d8d7e375fb7e3cc339ac8250) 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"