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-18 11:47:04 +0000 |
commit | 72dd806610e64605525eb912ae7bbc94449b8d5c (patch) | |
tree | 60698ee79ef32e4216f9dcb7ca962502cb4e9e05 /meta | |
parent | 3c02fe0ffa27d3ca23b7960d0914fd04f3b699e7 (diff) | |
download | poky-72dd806610e64605525eb912ae7bbc94449b8d5c.tar.gz |
libgpg-error: upgrade to 1.21
License checksum changed because text layout changed.
(From OE-Core rev: 243ccaceee9bab9c8f1021a1502c07e1055614e6)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@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.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" | |||
5 | LICENSE = "GPLv2+ & LGPLv2.1+" | 5 | LICENSE = "GPLv2+ & LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_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=8b204918f0ca707136394d8bb20c7ebc \ | 8 | file://src/gpg-error.h.in;endline=23;md5=93d3155af141ae3b369a5d09ca9d6234 \ |
9 | file://src/init.c;endline=20;md5=8f5a9b59634f4aebcd0ec9d3ebd53bfe" | 9 | file://src/init.c;endline=20;md5=8f5a9b59634f4aebcd0ec9d3ebd53bfe" |
10 | 10 | ||
11 | 11 | ||
@@ -15,8 +15,8 @@ SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | |||
15 | file://pkgconfig.patch \ | 15 | file://pkgconfig.patch \ |
16 | file://0001-libgpg-error-Add-nios2-support.patch \ | 16 | file://0001-libgpg-error-Add-nios2-support.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "c04c16245b92829281f43b5bef7d16da" | 18 | SRC_URI[md5sum] = "ab0b5aba6d0a185b41d07bda804fd8b2" |
19 | SRC_URI[sha256sum] = "53120e1333d5c5d28d87ff2854e9e98719c8e214152f17ad5291704d25c4978b" | 19 | SRC_URI[sha256sum] = "b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d" |
20 | 20 | ||
21 | BINCONFIG = "${bindir}/gpg-error-config" | 21 | BINCONFIG = "${bindir}/gpg-error-config" |
22 | 22 | ||