diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-02-25 02:31:56 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-27 07:36:31 +0000 |
commit | 3af8d90203e76dc900ea10e3e81d158203ee96c8 (patch) | |
tree | 4ec925d12d23edeb7b389f2bef6e670563736283 /meta/recipes-support | |
parent | aecc63de17cd0e448b8139672d43798dc8fa7f18 (diff) | |
download | poky-3af8d90203e76dc900ea10e3e81d158203ee96c8.tar.gz |
libgpg-error: Upgrade 1.17 -> 1.18
License checksums changed due to year change
- Copyright (C) 2003, 2004, 2010, 2013, 2014 g10 Code GmbH
+ Copyright (C) 2003, 2004, 2010, 2013, 2014, 2015 g10 Code GmbH
Change-Id: I870446796cf9ffe3acae7aeeac2d96d6305d4186
(From OE-Core rev: 5c22fc329768af7095c205f47ef7f4e3d5f3272c)
Signed-off-by: Khem Raj <raj.khem@gmail.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.18.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.17.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.17.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.18.bb index c905bd1eb1..9501b67b05 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.17.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.18.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=5dfe776dc8b62af093ddc859de6f494c \ | 8 | file://src/gpg-error.h.in;endline=23;md5=8b204918f0ca707136394d8bb20c7ebc \ |
9 | file://src/init.c;endline=20;md5=8f5a9b59634f4aebcd0ec9d3ebd53bfe" | 9 | file://src/init.c;endline=20;md5=8f5a9b59634f4aebcd0ec9d3ebd53bfe" |
10 | 10 | ||
11 | 11 | ||
@@ -13,9 +13,8 @@ SECTION = "libs" | |||
13 | 13 | ||
14 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 14 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
15 | file://pkgconfig.patch" | 15 | file://pkgconfig.patch" |
16 | 16 | SRC_URI[md5sum] = "12312802d2065774b787cbfc22cc04e9" | |
17 | SRC_URI[md5sum] = "b4f8d8b9ff14aed41f279aa844563539" | 17 | SRC_URI[sha256sum] = "9ff1d6e61d4cef7c1d0607ceef6d40dc33f3da7a3094170c3718c00153d80810" |
18 | SRC_URI[sha256sum] = "3ff4e5a71116eb862cd14185fcd282850927b8608e3b4186834fd940fbef57b5" | ||
19 | 18 | ||
20 | BINCONFIG = "${bindir}/gpg-error-config" | 19 | BINCONFIG = "${bindir}/gpg-error-config" |
21 | 20 | ||