diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-01-14 15:27:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-17 11:32:17 +0000 |
commit | 243ccaceee9bab9c8f1021a1502c07e1055614e6 (patch) | |
tree | 69b06aa9284b467daa71495ecb5a06ac40024a96 /meta/recipes-support | |
parent | 81694f40a0878507a484cb843cf51592197d2fbc (diff) | |
download | openembedded-core-243ccaceee9bab9c8f1021a1502c07e1055614e6.tar.gz openembedded-core-243ccaceee9bab9c8f1021a1502c07e1055614e6.tar.bz2 openembedded-core-243ccaceee9bab9c8f1021a1502c07e1055614e6.zip |
libgpg-error: upgrade to 1.21
License checksum changed because text layout changed.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.21.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.19.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.21.bb index c69930a92a..0dd16025af 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.19.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.21.bb @@ -5,7 +5,7 @@ BUGTRACKER = "https://bugs.g10code.com/gnupg/index" LICENSE = "GPLv2+ & LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - file://src/gpg-error.h.in;endline=23;md5=8b204918f0ca707136394d8bb20c7ebc \ + file://src/gpg-error.h.in;endline=23;md5=93d3155af141ae3b369a5d09ca9d6234 \ file://src/init.c;endline=20;md5=8f5a9b59634f4aebcd0ec9d3ebd53bfe" @@ -15,8 +15,8 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://pkgconfig.patch \ file://0001-libgpg-error-Add-nios2-support.patch \ " -SRC_URI[md5sum] = "c04c16245b92829281f43b5bef7d16da" -SRC_URI[sha256sum] = "53120e1333d5c5d28d87ff2854e9e98719c8e214152f17ad5291704d25c4978b" +SRC_URI[md5sum] = "ab0b5aba6d0a185b41d07bda804fd8b2" +SRC_URI[sha256sum] = "b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d" BINCONFIG = "${bindir}/gpg-error-config" |