diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-17 17:39:01 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-24 11:52:07 +0100 |
commit | 9437450e451fe30c7d6ee8c37f1ce804153c31c4 (patch) | |
tree | 331651be471ef20b827bde9d37e5c47667528824 | |
parent | b7da8d50ebc2f44376d352d001371e03f465e3be (diff) | |
download | openembedded-core-9437450e451fe30c7d6ee8c37f1ce804153c31c4.tar.gz openembedded-core-9437450e451fe30c7d6ee8c37f1ce804153c31c4.tar.bz2 openembedded-core-9437450e451fe30c7d6ee8c37f1ce804153c31c4.zip |
libgpg-error: upgrade 1.31 -> 1.32
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libgpg-error/libgpg-error_1.32.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.31.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.31.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb index 5dd861501e..098242ea10 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.31.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.32.bb @@ -15,8 +15,8 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ file://pkgconfig.patch \ " -SRC_URI[md5sum] = "5cc6df0fea27832e9cdbafc60f51561b" -SRC_URI[sha256sum] = "40d0a823c9329478063903192a1f82496083b277265904878f4bc09e0db7a4ef" +SRC_URI[md5sum] = "ef3d928a5a453fa701ecc3bb22be1c64" +SRC_URI[sha256sum] = "c345c5e73cc2332f8d50db84a2280abfb1d8f6d4f1858b9daa30404db44540ca" BINCONFIG = "${bindir}/gpg-error-config" |