aboutsummaryrefslogtreecommitdiffstats
path: root/packages/glib-2.0/glib-2.0_2.6.4.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-06-09 14:14:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-06-09 14:14:09 +0000
commit9067fcaba828d10a828c152d1132c2ead8deb9b5 (patch)
tree48efbbe5d36a8a86ed99262fb4ef5215cd1fec21 /packages/glib-2.0/glib-2.0_2.6.4.bb
parentc7f3725d8ab361dd85077638ba965481a80ba526 (diff)
downloadopenembedded-9067fcaba828d10a828c152d1132c2ead8deb9b5.tar.gz
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.
Diffstat (limited to 'packages/glib-2.0/glib-2.0_2.6.4.bb')
-rw-r--r--packages/glib-2.0/glib-2.0_2.6.4.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/glib-2.0/glib-2.0_2.6.4.bb b/packages/glib-2.0/glib-2.0_2.6.4.bb
index 2765cc0a63..61e9abae0e 100644
--- a/packages/glib-2.0/glib-2.0_2.6.4.bb
+++ b/packages/glib-2.0/glib-2.0_2.6.4.bb
@@ -10,7 +10,7 @@ MAINTAINER = "Philip Blundell <pb@handhelds.org>"
DEPENDS += "glib-2.0-native gtk-doc"
DEPENDS += "virtual/libiconv virtual/libintl"
PACKAGES =+ "glib-2.0-utils "
-PR = "r0"
+PR = "r1"
LEAD_SONAME = "libglib-2.0.*"
FILES_glib-2.0-utils = "${bindir}/*"
@@ -19,7 +19,8 @@ EXTRA_OECONF = "--disable-debug"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/glib-${PV}.tar.bz2 \
file://glibinclude.patch;patch=1;pnum=2 \
- file://glibconfig-sysdefs.h"
+ file://glibconfig-sysdefs.h \
+ file://configure-libtool.patch;patch=1"
S = "${WORKDIR}/glib-${PV}"