summaryrefslogtreecommitdiff
path: root/packages/glib-2.0/glib-2.0_2.12.0.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-07-07 09:41:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-07 09:41:47 +0000
commit2df9f2514bd102fa98b2579a6d1f38ef7e9c0aba (patch)
tree68adefebe24fb58155cf00c4c624c4cedf3b4b9d /packages/glib-2.0/glib-2.0_2.12.0.bb
parent9e7357192f5b635576a412aba335a2677ea5964c (diff)
glib-2.0_2.12.0.bb, gtk+_2.10.0.bb : rediff and add the patches to fix
the hardcoded libtool path in both these packages configure.in as they are essential. Both are running on my c7x0 now so they have at least been tested.
Diffstat (limited to 'packages/glib-2.0/glib-2.0_2.12.0.bb')
-rw-r--r--packages/glib-2.0/glib-2.0_2.12.0.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/glib-2.0/glib-2.0_2.12.0.bb b/packages/glib-2.0/glib-2.0_2.12.0.bb
index 355a9802ff..2082e4ca6b 100644
--- a/packages/glib-2.0/glib-2.0_2.12.0.bb
+++ b/packages/glib-2.0/glib-2.0_2.12.0.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}/*"
@@ -18,7 +18,8 @@ FILES_glib-2.0-utils = "${bindir}/*"
EXTRA_OECONF = "--disable-debug"
SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.12/glib-${PV}.tar.bz2 \
- file://glibconfig-sysdefs.h"
+ file://glibconfig-sysdefs.h \
+ file://configure-libtool.patch;patch=1"
S = "${WORKDIR}/glib-${PV}"