diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2013-03-04 17:43:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-07 11:14:40 +0000 |
commit | 5a58631eba45931d01fe3ff29d0b3cb004c693be (patch) | |
tree | 726fff68317539c3cda5b81ebc6d5a74299f844a /meta/recipes-support | |
parent | 0572657cab58cb72eef43ecf21878329c4fbaeca (diff) | |
download | poky-5a58631eba45931d01fe3ff29d0b3cb004c693be.tar.gz |
libgpg-error: upgrade to 1.11
License checksum change due to:
- copyright year modification
(From OE-Core rev: bb55cc3dc96a391bd9bc561c08c1cca3b11296b6)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.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.11/pkgconfig.patch (renamed from meta/recipes-support/libgpg-error/libgpg-error-1.10/pkgconfig.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.11.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.10.bb) | 8 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error-1.10/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error-1.11/pkgconfig.patch index 27640129e2..27640129e2 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error-1.10/pkgconfig.patch +++ b/meta/recipes-support/libgpg-error/libgpg-error-1.11/pkgconfig.patch | |||
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb index 64b50b9a13..1caa0dd1d3 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.10.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.11.bb | |||
@@ -5,18 +5,18 @@ 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=508c78081f11544da0fbb8c95913a301 \ | 8 | file://src/gpg-error.h.in;endline=23;md5=6ac0378874589a44d53512b3786b4bc0 \ |
9 | file://src/init.c;endline=20;md5=b69742f2a8827d494c6f6a4b1768416c" | 9 | file://src/init.c;endline=20;md5=b69742f2a8827d494c6f6a4b1768416c" |
10 | 10 | ||
11 | 11 | ||
12 | SECTION = "libs" | 12 | SECTION = "libs" |
13 | PR = "r2" | 13 | PR = "r0" |
14 | 14 | ||
15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 15 | SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
16 | file://pkgconfig.patch" | 16 | file://pkgconfig.patch" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "736a03daa9dc5873047d4eb4a9c22a16" | 18 | SRC_URI[md5sum] = "b9fa55b71cae73cb2e44254c2acc4e2c" |
19 | SRC_URI[sha256sum] = "520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431" | 19 | SRC_URI[sha256sum] = "ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0" |
20 | 20 | ||
21 | inherit autotools binconfig pkgconfig gettext | 21 | inherit autotools binconfig pkgconfig gettext |
22 | 22 | ||