diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-20 21:16:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-24 11:12:40 +0000 |
commit | eb2e4583b6632bdd62200d06cbdbefccb907eeaf (patch) | |
tree | 240ab79104f90bf131fa7e5fcf17628c2bf966ad | |
parent | b254be0f7503995fe2b0a6b8e0001129f3c02ae8 (diff) | |
download | poky-eb2e4583b6632bdd62200d06cbdbefccb907eeaf.tar.gz |
expat: Upgrade 2.4.5 -> 2.4.6
(From OE-Core rev: a55061f2811596ea0515e558eb2d626d5fd86819)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 91aa5e3f94a7f82be7949ecfde2764d51384ad42)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/expat/expat_2.4.6.bb (renamed from meta/recipes-core/expat/expat_2.4.5.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.5.bb b/meta/recipes-core/expat/expat_2.4.6.bb index 2d9894a057..3e779c3dea 100644 --- a/meta/recipes-core/expat/expat_2.4.5.bb +++ b/meta/recipes-core/expat/expat_2.4.6.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA | |||
15 | 15 | ||
16 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" | 16 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "fbb430f964c7a2db2626452b6769e6a8d5d23593a453ccbc21701b74deabedff" | 18 | SRC_URI[sha256sum] = "ce317706b07cae150f90cddd4253f5b4fba929607488af5ac47bf2bc08e31f09" |
19 | 19 | ||
20 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" | 20 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" |
21 | 21 | ||