diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-04-26 15:22:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-18 14:01:39 +0100 |
commit | db623a39e05b9d24ad6252dd24bb7610ed6f578a (patch) | |
tree | 7bafec89ddc42c45c0ec89b02805c930bc75fdbe | |
parent | 98efbb3183a33f0a94456fd8cfe040d82a12afc3 (diff) | |
download | openembedded-core-db623a39e05b9d24ad6252dd24bb7610ed6f578a.tar.gz openembedded-core-db623a39e05b9d24ad6252dd24bb7610ed6f578a.tar.bz2 openembedded-core-db623a39e05b9d24ad6252dd24bb7610ed6f578a.zip |
libgpg-error: 1.26 -> 1.27
1) Upgrade libgpg-error from 1.26 to 1.27.
2) One file's LIC_FILES_CHKSUM checksums changed (src/gpg-error.h.in),but LICENSE remains the same.
3) Delete PR assignmen,since the version is upgraded.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.27.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.26.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.27.bb index 090db1b49b..b2e2d507c9 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.26.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.27.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=64af9846baaf852793fd3a5af393acbf \ + file://src/gpg-error.h.in;endline=23;md5=beae1e44d8d5c265d194760276033a7c \ file://src/init.c;endline=20;md5=872b2389fe9bae7ffb80d2b91225afbc" @@ -16,9 +16,8 @@ SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://pkgconfig.patch \ " -SRC_URI[md5sum] = "97456709dbbcbb69354317ffe3e347cd" -SRC_URI[sha256sum] = "4c4bcbc90116932e3acd37b37812d8653b1b189c1904985898e860af818aee69" -PR = "r1" +SRC_URI[md5sum] = "5217ef3e76a7275a2a3b569a12ddc989" +SRC_URI[sha256sum] = "4f93aac6fecb7da2b92871bb9ee33032be6a87b174f54abf8ddf0911a22d29d2" BINCONFIG = "${bindir}/gpg-error-config" |