diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-27 16:02:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:12 +0100 |
commit | e7a0997f19da28972b03ae7df15062d9dbdd4270 (patch) | |
tree | b970721020e2c62bbc77e79a6d4bc8b265073b57 /meta/recipes-support | |
parent | 3486b729b252d04b96ebeeca7148f23fd4e53c67 (diff) | |
download | poky-e7a0997f19da28972b03ae7df15062d9dbdd4270.tar.gz |
libgpg-error: upgrade to 1.24
1.23 -> 1.24
(From OE-Core rev: 4e951b202a5cc2c8d734a9082389435265213be2)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@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.24.bb (renamed from meta/recipes-support/libgpg-error/libgpg-error_1.23.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error_1.23.bb b/meta/recipes-support/libgpg-error/libgpg-error_1.24.bb index 5f967b382d..e45a7b860a 100644 --- a/meta/recipes-support/libgpg-error/libgpg-error_1.23.bb +++ b/meta/recipes-support/libgpg-error/libgpg-error_1.24.bb | |||
@@ -15,8 +15,8 @@ UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" | |||
15 | SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ | 15 | SRC_URI = "${GNUPG_MIRROR}/libgpg-error/libgpg-error-${PV}.tar.bz2 \ |
16 | file://pkgconfig.patch \ | 16 | file://pkgconfig.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "5bc2d7ec28f91f883fb6f23d5c784ca7" | 18 | SRC_URI[md5sum] = "feb42198c0aaf3b28eabe8f41a34b983" |
19 | SRC_URI[sha256sum] = "7f0c7f65b98c4048f649bfeebfa4d4c1559707492962504592b985634c939eaa" | 19 | SRC_URI[sha256sum] = "9268e1cc487de5e6e4460fca612a06e4f383072ac43ae90603e5e46783d3e540" |
20 | 20 | ||
21 | BINCONFIG = "${bindir}/gpg-error-config" | 21 | BINCONFIG = "${bindir}/gpg-error-config" |
22 | 22 | ||