summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgpg-error
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-21 18:46:56 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:48:06 +0000
commitf8ed138c99c9d2366bf0dd82cddcd630968c91d1 (patch)
treed1e1e29ee5aceef8d77e12e577a9d1a53b324a90 /meta/recipes-support/libgpg-error
parentbbdedb46545660d8921bbb20ab199f44c034c4c1 (diff)
downloadpoky-f8ed138c99c9d2366bf0dd82cddcd630968c91d1.tar.gz
libgpg-error: Update to version 1.25
License checksum changes are not related to license changes. (From OE-Core rev: 078912e9264d79368cba89fad3752dfd4b681dc3) Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgpg-error')
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error_1.25.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.24.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.24.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb
index 84a882a0c1..9d402ffbb6 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error_1.24.bb
+++ b/meta/recipes-support/libgpg-error/libgpg-error_1.25.bb
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index"
5LICENSE = "GPLv2+ & LGPLv2.1+" 5LICENSE = "GPLv2+ & LGPLv2.1+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ 7 file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
8 file://src/gpg-error.h.in;endline=23;md5=cf562f60b9dba7df20d6ee3f97ea1d5a \ 8 file://src/gpg-error.h.in;endline=23;md5=64af9846baaf852793fd3a5af393acbf \
9 file://src/init.c;endline=20;md5=872b2389fe9bae7ffb80d2b91225afbc" 9 file://src/init.c;endline=20;md5=872b2389fe9bae7ffb80d2b91225afbc"
10 10
11 11
@@ -15,8 +15,9 @@ 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] = "feb42198c0aaf3b28eabe8f41a34b983" 18
19SRC_URI[sha256sum] = "9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540" 19SRC_URI[md5sum] = "d9fa545922a5060cbfbd87464bc31686"
20SRC_URI[sha256sum] = "f628f75843433b38b05af248121beb7db5bd54bb2106f384edac39934261320c"
20 21
21BINCONFIG = "${bindir}/gpg-error-config" 22BINCONFIG = "${bindir}/gpg-error-config"
22 23