]> code.ossystems Code Review - openembedded-core.git/commit
pkgconf: add recipe
authorMaxin B. John <maxin.john@intel.com>
Mon, 21 Aug 2017 15:09:45 +0000 (18:09 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 07:47:05 +0000 (08:47 +0100)
commit879bd0ff00ebebfdeef52c3f61597d635e040aef
treea87f58b389d227ab6e0b01a860a1943dabb4ca6a
parent80bc8282df58dfeaae8f2f71ed2617d718e29f8b
pkgconf: add recipe

pkgconf is a better replacement for pkg-config. Fedora 26 replaces the
system pkg-config implementation with pkgconf because it "provides better
support for handling .pc files and a stable library ABI/API for integrating
into applications." and is actively maintained, unlike pkg-config.

pkgconf aims to offer many improvements over pkg-config such as faster/more
efficient dependency resolver which "allows for the user to more conservatively
link their binaries -- which may be helpful in some environments, such as when
prelink(1) is being used.

pkgconf also aims to provide a more complete implementation of pkg-config.
The features most likely to benefit the Yocto Project build system are the
faster/more efficient dependency resolution and linker flag optimisation.

Move pkgconf recipe to oe-core from meta-pkgconf:
https://github.com/kergoth/meta-kergoth-wip/tree/master/meta-pkgconf

Links:
1. http://pkgconf.org
2. https://fedoraproject.org/wiki/Changes/pkgconf_as_system_pkg-config_implementation
3. https://bugzilla.yoctoproject.org/show_bug.cgi?id=11308

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/files/common-licenses/pkgconf [new file with mode: 0644]
meta/recipes-devtools/pkgconf/pkgconf/0001-Minimal-tweaks-to-compile-with-Visual-C-2015.patch [new file with mode: 0644]
meta/recipes-devtools/pkgconf/pkgconf/0001-stdinc.h-fix-build-with-mingw.patch [new file with mode: 0644]
meta/recipes-devtools/pkgconf/pkgconf/pkg-config-esdk.in [new file with mode: 0644]
meta/recipes-devtools/pkgconf/pkgconf/pkg-config-native.in [new file with mode: 0644]
meta/recipes-devtools/pkgconf/pkgconf/pkg-config-wrapper [new file with mode: 0755]
meta/recipes-devtools/pkgconf/pkgconf_1.3.7.bb [new file with mode: 0644]