]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
pkgconf: upgrade 2.0.3 -> 2.1.0
authorWang Mingyu <wangmy@fujitsu.com>
Thu, 1 Feb 2024 05:53:45 +0000 (13:53 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 Feb 2024 21:52:15 +0000 (21:52 +0000)
commiteacbec50fab40dd5c6b16b018806800526dfbfab
tree163bee64500af1808bd5d6a68543c553b9bf5e5f
parentc93fc93eae61dbf5759e26196cfd11b8b131fed0
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.

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>
meta/recipes-devtools/pkgconf/pkgconf_2.1.0.bb [moved from meta/recipes-devtools/pkgconf/pkgconf_2.0.3.bb with 96% similarity]