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

@ -1,35 +0,0 @@
Upstream-Status: Backport [fixed in 0.27]
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
diff -Nurd pkg-config-0.25/configure.in pkg-config-0.25/configure.in
--- pkg-config-0.25/configure.in 2010-05-28 18:55:09.000000000 +0300
+++ pkg-config-0.25/configure.in 2013-01-01 22:13:47.009573426 +0200
@@ -4,7 +4,7 @@
AM_INIT_AUTOMAKE(pkg-config, 0.25)
AM_MAINTAINER_MODE
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AM_PROG_LIBTOOL
diff -Nurd pkg-config-0.25/glib-1.2.10/configure.in pkg-config-0.25/glib-1.2.10/configure.in
--- pkg-config-0.25/glib-1.2.10/configure.in 2009-12-06 22:43:59.000000000 +0200
+++ pkg-config-0.25/glib-1.2.10/configure.in 2013-01-01 22:23:36.701560486 +0200
@@ -63,7 +63,7 @@
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
# Specify a configuration file
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_DEFINE_UNQUOTED(GLIB_MAJOR_VERSION, $GLIB_MAJOR_VERSION)
AC_DEFINE_UNQUOTED(GLIB_MINOR_VERSION, $GLIB_MINOR_VERSION)
@@ -154,7 +154,6 @@
# Checks for programs.
AC_PROG_CC
-AM_PROG_CC_STDC
AC_PROG_INSTALL
changequote(,)dnl

View File

@ -0,0 +1,45 @@
Upstream-Status: Inapropriate [embedded specific]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Index: pkg-config-0.28/glib/configure.ac
===================================================================
--- pkg-config-0.28.orig/glib/configure.ac
+++ pkg-config-0.28/glib/configure.ac
@@ -1438,7 +1438,7 @@ if test x"$glib_native_win32" = xyes; th
G_MODULE_LDFLAGS=
else
export SED
- G_MODULE_LDFLAGS=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
+ G_MODULE_LDFLAGS=`(./${host_alias}-libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh`
fi
dnl G_MODULE_IMPL= don't reset, so cmd-line can override
G_MODULE_NEED_USCORE=0
@@ -1503,13 +1503,13 @@ if test "$G_MODULE_IMPL" = "G_MODULE_IMP
LDFLAGS="$LDFLAGS $G_MODULE_LDFLAGS"
dnl *** check for OSF1/5.0 RTLD_GLOBAL brokenness
echo "void glib_plugin_test(void) { }" > plugin.c
- ${SHELL} ./libtool --mode=compile --tag=CC ${CC} ${CFLAGS} \
+ ${SHELL} ./${host_alias}-libtool --mode=compile --tag=CC ${CC} ${CFLAGS} \
${CPPFLAGS} -c -o plugin.lo plugin.c >/dev/null 2>&1
- ${SHELL} ./libtool --mode=link --tag=CC ${CC} ${CFLAGS} \
+ ${SHELL} ./${host_alias}-libtool --mode=link --tag=CC ${CC} ${CFLAGS} \
${LDFLAGS} -module -o plugin.la -export-dynamic \
-shrext ".o" -avoid-version plugin.lo \
-rpath /dont/care >/dev/null 2>&1
- eval `./libtool --config | grep ^objdir`
+ eval `./${host_alias}-libtool --config | grep ^objdir`
AC_CACHE_CHECK([for RTLD_GLOBAL brokenness],
glib_cv_rtldglobal_broken,[
AC_TRY_RUN([
@@ -1582,7 +1582,7 @@ fi
AC_MSG_CHECKING(for the suffix of module shared libraries)
export SED
-shrext_cmds=`./libtool --config | grep '^shrext_cmds='`
+shrext_cmds=`./${host_alias}-libtool --config | grep '^shrext_cmds='`
eval $shrext_cmds
module=yes eval std_shrext=$shrext_cmds
# chop the initial dot

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 () {

View File

@ -1,48 +0,0 @@
Upstream-Status: Inappropriate [configuration]
On an Fedora host with glib-config installed pkgconfig-native can get into a
horrible state with recursive calls between pkg-config and glib-config.
The patch adds a configure time option to disable legacy script support in
pkgconfig with the --disable-legacy-scripts option, to maintain compatibility
the default is to leave the scripts enabled.
JL - 22/06/10
Index: pkg-config-0.25/configure.in
===================================================================
--- pkg-config-0.25.orig/configure.in 2011-10-05 18:52:24.879726050 +0100
+++ pkg-config-0.25/configure.in 2011-10-05 18:55:39.639726152 +0100
@@ -151,6 +151,18 @@
AC_SUBST([POPT_LIBS])
AM_CONDITIONAL([USE_INSTALLED_POPT], [test "x$with_installed_popt" = xyes])
+# legacy *-configure scripts can cause headaches, add option to disable
+AC_ARG_ENABLE(legacy-scripts,
+ [AC_HELP_STRING([--enable-legacy-scripts=@<:@no/yes@:>@],
+ [Whether pkg-config will try and use legacy scripts such as glib-config and gnome-config @<:@default=yes@:>@])],
+ [],
+ [enable_legacy=yes])
+AM_CONDITIONAL([NO_LEGACY_SCRIPTS], [test x$enable_legacy != xyes])
+if test x$enable_legacy != xyes; then
+ AC_DEFINE(NO_LEGACY_SCRIPTS, 1, [We are not using legacy scripts])
+fi
+
+
AC_FUNC_ALLOCA
AC_CHECK_FUNCS(setresuid setreuid,break)
Index: pkg-config-0.25/parse.c
===================================================================
--- pkg-config-0.25.orig/parse.c 2011-10-05 18:52:24.869726050 +0100
+++ pkg-config-0.25/parse.c 2011-10-05 18:54:49.909726133 +0100
@@ -1237,6 +1237,11 @@
* messages.
*/
return NULL;
+#elif defined(NO_LEGACY_SCRIPTS)
+ /* There are scenarios where we might not want to use these legacy
+ * scripts even if they are available.
+ */
+ return NULL;
#else
Package *pkg;

View File

@ -1,13 +0,0 @@
require pkgconfig.inc
PR = "r7"
SRC_URI += "file://autofoo.patch \
file://glibconfig-sysdefs.h \
file://pkg-config-native.in \
file://disable-legacy.patch \
file://obsolete_automake_macros.patch \
"
SRC_URI[md5sum] = "a3270bab3f4b69b7dc6dbdacbcae9745"
SRC_URI[sha256sum] = "3ba691ee2431f32ccb8efa131e59bf23e37f122dc66791309023ca6dcefcd10e"

View File

@ -0,0 +1,10 @@
require pkgconfig.inc
SRC_URI += " \
file://glibconfig-sysdefs.h \
file://pkg-config-native.in \
file://fix-glib-configure-libtool-usage.patch \
"
SRC_URI[md5sum] = "aa3c86e67551adc3ac865160e34a2a0d"
SRC_URI[sha256sum] = "6b6eb31c6ec4421174578652c7e141fdaae2dabad1021f420d8713206ac1f845"