]> code.ossystems Code Review - openembedded-core.git/commitdiff
gpgme: update 1.13.1 -> 1.14.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sun, 23 Aug 2020 20:20:26 +0000 (22:20 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Aug 2020 14:59:53 +0000 (15:59 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/gpgme/gpgme/0008-do-not-auto-check-var-PYTHON.patch
meta/recipes-support/gpgme/gpgme_1.14.0.bb [moved from meta/recipes-support/gpgme/gpgme_1.13.1.bb with 96% similarity]

index 3afbfc8638c3ae86bf48c24873db5d1286d24494..dfea1bf78aba9038681c5d66f580db298482df04 100644 (file)
@@ -1,4 +1,4 @@
-From fc3d9cc218e60582fd158d21a1cd537a3dc1b007 Mon Sep 17 00:00:00 2001
+From 5bbf7a048b6d81d23186340e839f9f65b5b514b6 Mon Sep 17 00:00:00 2001
 From: Hongxu Jia <hongxu.jia@windriver.com>
 Date: Fri, 10 May 2019 16:19:54 +0800
 Subject: [PATCH] do not auto check var-PYTHON
@@ -12,25 +12,23 @@ only check specific python 2.7 and 3.7
 Upstream-Status: Inappropriate [oe-core specific]
 
 Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
+
 ---
  configure.ac | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/configure.ac b/configure.ac
-index cb2f073..7d74a6d 100644
+index 5ef00c0..bbcff93 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -423,8 +423,8 @@ if test "$found_py" = "1"; then
+@@ -425,8 +425,8 @@ if test "$found_py" = "1"; then
        if test "$found_py" = "1" -o "$found_py3" = "1"; then
          # Reset everything, so that we can look for another Python.
            m4_foreach([mym4pythonver],
--                     [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[all]],
+-                     [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[all]],
 -           [unset PYTHON
 +                     [[2.7],[3.7]],
 +           [
            unset PYTHON_VERSION
            unset PYTHON_CPPFLAGS
            unset PYTHON_LDFLAGS
--- 
-2.7.4
-
similarity index 96%
rename from meta/recipes-support/gpgme/gpgme_1.13.1.bb
rename to meta/recipes-support/gpgme/gpgme_1.14.0.bb
index b51534351d1b0ac5dfe53a5de9e8e5d22dd3ecba..9fa82128084ab80f4a2e13df368c679967808857 100644 (file)
@@ -22,8 +22,7 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \
            file://0008-do-not-auto-check-var-PYTHON.patch \
           "
 
-SRC_URI[md5sum] = "198f0a908ec3cd8f0ce9a4f3a4489645"
-SRC_URI[sha256sum] = "c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46"
+SRC_URI[sha256sum] = "cef1f710a6b0d28f5b44242713ad373702d1466dcbe512eb4e754d7f35cd4307"
 
 DEPENDS = "libgpg-error libassuan"
 RDEPENDS_${PN}-cpp += "libstdc++"