From 62a797b863c443f35a5ae9483c12108fcf24b606 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 6 Mar 2022 13:15:03 +0000 Subject: [PATCH] expat: Upgrade 2.4.6 -> 2.4.7 Signed-off-by: Richard Purdie --- meta/recipes-core/expat/{expat_2.4.6.bb => expat_2.4.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.4.6.bb => expat_2.4.7.bb} (91%) diff --git a/meta/recipes-core/expat/expat_2.4.6.bb b/meta/recipes-core/expat/expat_2.4.7.bb similarity index 91% rename from meta/recipes-core/expat/expat_2.4.6.bb rename to meta/recipes-core/expat/expat_2.4.7.bb index ef245242bc..bf1ca8d56e 100644 --- a/meta/recipes-core/expat/expat_2.4.6.bb +++ b/meta/recipes-core/expat/expat_2.4.7.bb @@ -14,7 +14,7 @@ SRC_URI = "https://github.com/libexpat/libexpat/releases/download/R_${VERSION_TA UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" -SRC_URI[sha256sum] = "ce317706b07cae150f90cddd4253f5b4fba929607488af5ac47bf2bc08e31f09" +SRC_URI[sha256sum] = "e149bdd8b90254c62b3d195da53a09bd531a4d63a963b0d8a5268d48dd2f6a65" EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" -- 2.40.1