diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-09-14 22:25:43 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-16 23:02:45 +0100 |
commit | ded579aeb68cce3edac386b2c3abc5447476ab2f (patch) | |
tree | c894a5cbf8765c58d1c5a814c62489e40b995006 /meta | |
parent | 1cab88782d134071551deb142668ceccd2328555 (diff) | |
download | poky-ded579aeb68cce3edac386b2c3abc5447476ab2f.tar.gz |
expat: update to 2.2.8
(From OE-Core rev: a5cc0a051b5a7871ab646c055883167315a32417)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/expat/expat_2.2.8.bb (renamed from meta/recipes-core/expat/expat_2.2.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/expat/expat_2.2.7.bb b/meta/recipes-core/expat/expat_2.2.8.bb index f213bc3c3e..0ea2edc122 100644 --- a/meta/recipes-core/expat/expat_2.2.7.bb +++ b/meta/recipes-core/expat/expat_2.2.8.bb | |||
@@ -10,8 +10,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/expat/expat-${PV}.tar.bz2 \ | |||
10 | file://libtool-tag.patch \ | 10 | file://libtool-tag.patch \ |
11 | " | 11 | " |
12 | 12 | ||
13 | SRC_URI[md5sum] = "72f36b87cdb478aba1e78473393766aa" | 13 | SRC_URI[md5sum] = "00858041acfea5757af55e6ee6b86231" |
14 | SRC_URI[sha256sum] = "cbc9102f4a31a8dafd42d642e9a3aa31e79a0aedaa1f6efd2795ebc83174ec18" | 14 | SRC_URI[sha256sum] = "9a130948b05a82da34e4171d5f5ae5d321d9630277af02c8fa51e431f6475102" |
15 | 15 | ||
16 | inherit autotools lib_package | 16 | inherit autotools lib_package |
17 | 17 | ||