summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-08-21 05:49:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-08-23 08:47:02 +0100
commitc55b3706124ef0298be3697a4dcf1fc121f45d75 (patch)
tree856b91a081960bfe41a1579f1809765428fa8952 /meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch
parent624da0cc25cd3fb352fa58ee69bb52d66aa0ad66 (diff)
downloadpoky-c55b3706124ef0298be3697a4dcf1fc121f45d75.tar.gz
gnupg: 2.1.20 -> 2.1.23
1. COPYING.LIB: Rename to COPYING.LGPL3. https://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=commit;h=3419a339d9c4e800bf30e9021e05982d8c1021c1 2. Rebase patches: - pkgconfig.patch -> 0001 - use-pkgconfig-instead-of-npth-config.patch -> 0002 - dirmngr-uses-libgpg-error.patch -> 0003 - autogen.sh-fix-find-version-for-beta-checking.patch -> 0004 3. Fix gpg2 not found ... dnf -vy makecache |Cannot download 'http://192.168.7.1:33541': repomd.xml GPG signature verification error: gpgme_engine_check_version() error: Invalid crypto engine. ... The upstream install gpg by default and no gpg2 ... commit a69464b0b6dac88b360a13d3faf19dd7f2a0e02b Author: Werner Koch <wk@gnupg.org> Date: Sat Aug 5 14:39:32 2017 +0200 gpg: Install gpg by default under the name gpg. ... Add --enable-gpg-is-gpg2 to revert it. (From OE-Core rev: f62d844424670967d2d40cd2afc96f5fc597bf1d) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch')
-rw-r--r--meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch b/meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch
deleted file mode 100644
index 4241bc3a2e..0000000000
--- a/meta/recipes-support/gnupg/gnupg/autogen.sh-fix-find-version-for-beta-checking.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 717f994be2466d378e6611a4739c606db6d0dc46 Mon Sep 17 00:00:00 2001
2From: Wenzong Fan <wenzong.fan@windriver.com>
3Date: Sun, 25 Oct 2015 22:44:47 -0400
4Subject: [PATCH] autogen.sh: fix find-version for beta checking
5
6find-version always assumes that gnupg is beta if autogen.sh is run
7out of git-repo. This doesn't work for users whom just take release
8tarball and re-run autoconf in their local build dir.
9
10Upstream-Status: Pending
11
12Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
13---
14 autogen.sh | 1 -
15 1 file changed, 1 deletion(-)
16
17diff --git a/autogen.sh b/autogen.sh
18index 7effd56..d673432 100755
19--- a/autogen.sh
20+++ b/autogen.sh
21@@ -228,7 +228,6 @@ if [ "$myhost" = "find-version" ]; then
22 rvd=$((0x$(echo ${rev} | head -c 4)))
23 else
24 ingit=no
25- beta=yes
26 tmp="-unknown"
27 rev="0000000"
28 rvd="0"
29--
301.9.1
31