summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-17 17:39:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-24 11:52:26 +0100
commit2f4009dd57f1e1fe5a04e84cb0bcca44ae389466 (patch)
tree80dd7cb21aab5de133a5a1eaa9cc8dfe7ffb5f3d /meta
parenta42ec88902c65536c1f5706c76b3a9ef3db818ed (diff)
downloadpoky-2f4009dd57f1e1fe5a04e84cb0bcca44ae389466.tar.gz
libgpg-error: upgrade 1.31 -> 1.32
(From OE-Core rev: 9437450e451fe30c7d6ee8c37f1ce804153c31c4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.32.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.31.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.31.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
index 5dd861501e..098242ea10 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.31.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb
@@ -15,8 +15,8 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html"
15SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ 15SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \
16 file://pkgconfig.patch \ 16 file://pkgconfig.patch \
17 " 17 "
18SRC_URI[md5sum] = "5cc6df0fea27832e9cdbafc60f51561b" 18SRC_URI[md5sum] = "ef3d928a5a453fa701ecc3bb22be1c64"
19SRC_URI[sha256sum] = "40d0a823c9329478063903192a1f82496083b277265904878f4bc09e0db7a4ef" 19SRC_URI[sha256sum] = "c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca"
20 20
21BINCONFIG = "${bindir}/gpg-error-config" 21BINCONFIG = "${bindir}/gpg-error-config"
22 22