pkgconfig: Update to 0.28

Remove older patches that have been fixed upstream, added new patch to
use the correct alias-libtool instead of ./libtool.

pkgconfig provides an internal glib library, so use it to avoid ciruclar
dependecny issues.

(From OE-Core rev: d91a43228c5ba35335a28de278194df23dcdf978)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold
2013-05-12 23:58:54 -07:00
committed by Richard Purdie
parent f5b103ff47
commit c50b1fb475
8 changed files with 58 additions and 99 deletions

View File

@@ -18,9 +18,9 @@ S = "${WORKDIR}/pkg-config-${PV}/"
inherit autotools
EXTRA_OECONF = "--with-installed-glib --with-installed-popt --disable-legacy-scripts"
EXTRA_OECONF_class-native = "--disable-legacy-scripts"
EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts"
EXTRA_OECONF = "--with-installed-glib --with-installed-popt --disable-legacy-scripts --with-internal-glib"
EXTRA_OECONF_class-native = "--disable-legacy-scripts --with-internal-glib"
EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts --with-internal-glib"
acpaths = "-I ."
do_configure_prepend () {