From 3a485c7b5cf1d9e3f450c40c265ea65f5b39e1d8 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Wed, 6 Apr 2022 20:19:07 +0800 Subject: [PATCH] expat: upgrade 2.4.7 -> 2.4.8 Changelog: ========= Other changes: #587 pkg-config: Move "-lm" to section "Libs.private" #587 CMake|MSVC: Fix pkg-config section "Libs" #55 #582 CMake|macOS: Start using linker arguments "-compatibility_version " and "-current_version " in a way compatible with GNU Libtool #590 #591 Version info bumped from 9:7:8 to 9:8:8; see https://verbump.de/ for what these numbers do Infrastructure: #589 CI: Upgrade Clang from 13 to 14 Special thanks to: evpobr Kai Pastor Sam James Signed-off-by: Zheng Ruoqin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-core/expat/{expat_2.4.7.bb => expat_2.4.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.4.7.bb => expat_2.4.8.bb} (91%) diff --git a/meta/recipes-core/expat/expat_2.4.7.bb b/meta/recipes-core/expat/expat_2.4.8.bb similarity index 91% rename from meta/recipes-core/expat/expat_2.4.7.bb rename to meta/recipes-core/expat/expat_2.4.8.bb index bf1ca8d56ed1..980c488640d8 100644 --- a/meta/recipes-core/expat/expat_2.4.7.bb +++ b/meta/recipes-core/expat/expat_2.4.8.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] = "e149bdd8b90254c62b3d195da53a09bd531a4d63a963b0d8a5268d48dd2f6a65" +SRC_URI[sha256sum] = "a247a7f6bbb21cf2ca81ea4cbb916bfb9717ca523631675f99b3d4a5678dcd16" EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF"