diff options
| author | Florin Diaconescu <florin.diaconescu009@gmail.com> | 2022-09-20 13:53:48 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-28 08:02:10 +0100 |
| commit | 8f99699281b128ae597bccfd0fa3a3c85315d698 (patch) | |
| tree | 5f5177b693a9f207049ee9f677dcc2a37172cf1e /meta | |
| parent | 7935b3f5a19f9d04ea42825d27c8e6afd7cdbf5d (diff) | |
| download | poky-8f99699281b128ae597bccfd0fa3a3c85315d698.tar.gz | |
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 <version>" and
"-current_version <version>" in a way compatible with
GNU Libtool
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
(From OE-Core rev: f1b9dd6ed98c1dbd5f3347423f49d25914e55526)
Signed-off-by: Florin Diaconescu <florin.diaconescu009@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-core/expat/expat_2.4.8.bb (renamed from meta/recipes-core/expat/expat_2.4.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/expat/expat_2.4.7.bb b/meta/recipes-core/expat/expat_2.4.8.bb index bf1ca8d56e..980c488640 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 | |||
| 14 | 14 | ||
| 15 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" | 15 | UPSTREAM_CHECK_URI = "https://github.com/libexpat/libexpat/releases/" |
| 16 | 16 | ||
| 17 | SRC_URI[sha256sum] = "e149bdd8b90254c62b3d195da53a09bd531a4d63a963b0d8a5268d48dd2f6a65" | 17 | SRC_URI[sha256sum] = "a247a7f6bbb21cf2ca81ea4cbb916bfb9717ca523631675f99b3d4a5678dcd16" |
| 18 | 18 | ||
| 19 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" | 19 | EXTRA_OECMAKE:class-native += "-DEXPAT_BUILD_DOCS=OFF" |
| 20 | 20 | ||
