diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-05-12 23:58:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:09:47 +0300 |
commit | c50b1fb4754f213c79c7d0862eb275fa67fc27b6 (patch) | |
tree | 9b547c0c58134094453fe365569007bc4ad39d6e /meta/recipes-devtools/pkgconfig/pkgconfig.inc | |
parent | f5b103ff47d6137326618328fa5803f0963e50f4 (diff) | |
download | poky-c50b1fb4754f213c79c7d0862eb275fa67fc27b6.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/pkgconfig/pkgconfig.inc')
-rw-r--r-- | meta/recipes-devtools/pkgconfig/pkgconfig.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/pkgconfig/pkgconfig.inc b/meta/recipes-devtools/pkgconfig/pkgconfig.inc index 52b9ad1e75..3e655a93e2 100644 --- a/meta/recipes-devtools/pkgconfig/pkgconfig.inc +++ b/meta/recipes-devtools/pkgconfig/pkgconfig.inc | |||
@@ -18,9 +18,9 @@ S = "${WORKDIR}/pkg-config-${PV}/" | |||
18 | 18 | ||
19 | inherit autotools | 19 | inherit autotools |
20 | 20 | ||
21 | EXTRA_OECONF = "--with-installed-glib --with-installed-popt --disable-legacy-scripts" | 21 | EXTRA_OECONF = "--with-installed-glib --with-installed-popt --disable-legacy-scripts --with-internal-glib" |
22 | EXTRA_OECONF_class-native = "--disable-legacy-scripts" | 22 | EXTRA_OECONF_class-native = "--disable-legacy-scripts --with-internal-glib" |
23 | EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts" | 23 | EXTRA_OECONF_class-nativesdk = "--disable-legacy-scripts --with-internal-glib" |
24 | 24 | ||
25 | acpaths = "-I ." | 25 | acpaths = "-I ." |
26 | do_configure_prepend () { | 26 | do_configure_prepend () { |