diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-02-01 13:53:45 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-03 22:08:26 +0000 |
commit | 8be2d9aa6853a443e01f3e2bbd29a55daa31cf92 (patch) | |
tree | 43fd65a92884c5767c63fbd2d84d2981c1c564b8 /meta/recipes-devtools/pkgconf | |
parent | 444a4a1c04a0cdfd3fee2d841e848f27ae209bb1 (diff) | |
download | poky-8be2d9aa6853a443e01f3e2bbd29a55daa31cf92.tar.gz |
pkgconf: upgrade 2.0.3 -> 2.1.0
Changelog:
===========
* Do not flatten the solver solution into the original world used as
input to the solver.
* Fix warnings with GCC 14 -Walloc-size.
* Add --solution to the pkgconf CLI to dump the solver state.
* Improve the --digraph output to clarify cancelled edges in a given
solution.
* Demote requires dependencies to requires.private when a parent
dependency is pulled in via requires.private.
* Trim trailing whitespace when processing package arguments.
* Avoid strncmp() in --modversion version comparison.
* Update autoconf compile flag checking macro.
* Add system default path configuration to Meson.
* Fix order of PKG_CONFIG_LIBDIR and PKG_CONFIG_PATH element processing.
(From OE-Core rev: eacbec50fab40dd5c6b16b018806800526dfbfab)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pkgconf')
-rw-r--r-- | meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb (renamed from meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb b/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb index 5aa5a191f2..1921f3a086 100644 --- a/meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb +++ b/meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = "\ | |||
20 | file://pkg-config-native.in \ | 20 | file://pkg-config-native.in \ |
21 | file://pkg-config-esdk.in \ | 21 | file://pkg-config-esdk.in \ |
22 | " | 22 | " |
23 | SRC_URI[sha256sum] = "cabdf3c474529854f7ccce8573c5ac68ad34a7e621037535cbc3981f6b23836c" | 23 | SRC_URI[sha256sum] = "266d5861ee51c52bc710293a1d36622ae16d048d71ec56034a02eb9cf9677761" |
24 | 24 | ||
25 | inherit autotools | 25 | inherit autotools |
26 | 26 | ||