From 9067fcaba828d10a828c152d1132c2ead8deb9b5 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 9 Jun 2006 14:14:09 +0000 Subject: packages/glib-2.0/glib-2.0*.bb : add a patch to change configure to call $host_alias-libtool as this is what is generated. This means that gmodule-2.0.pc gets populated with the correct flags. Found this while tracking down why abiword-plugins didnt work. So at least abiword needs to be rebuilt. Maybe other gmodule using apps that were malfunctioning as well. --- packages/glib-2.0/glib-2.0-native_2.4.6.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/glib-2.0/glib-2.0-native_2.4.6.bb') diff --git a/packages/glib-2.0/glib-2.0-native_2.4.6.bb b/packages/glib-2.0/glib-2.0-native_2.4.6.bb index 3cda8c5495..449443ce94 100644 --- a/packages/glib-2.0/glib-2.0-native_2.4.6.bb +++ b/packages/glib-2.0/glib-2.0-native_2.4.6.bb @@ -8,13 +8,14 @@ SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Philip Blundell " DEPENDS = "gtk-doc-native" -PR = "r5" +PR = "r6" EXTRA_OECONF = "--disable-debug" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/glib-${PV}.tar.bz2 \ file://visibility.patch;patch=1 \ - file://glibconfig-sysdefs.h" + file://glibconfig-sysdefs.h \ + file://configure-libtool.patch;patch=1" S = "${WORKDIR}/glib-${PV}" -- cgit v1.2.3