mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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:
committed by
Richard Purdie
parent
f5b103ff47
commit
c50b1fb475
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user