glib-2.0-native: upgrade to 2.14.5
authorRoss Burton <ross@openedhand.com>
Sun, 13 Jan 2008 16:50:00 +0000 (16:50 +0000)
committerRoss Burton <ross@openedhand.com>
Sun, 13 Jan 2008 16:50:00 +0000 (16:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3476 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf
meta/packages/glib-2.0/glib-2.0-native-2.14.5/configure-libtool.patch [new file with mode: 0644]
meta/packages/glib-2.0/glib-2.0-native-2.14.5/glib-gettextize-dir.patch [moved from meta/packages/glib-2.0/glib-2.0-native-2.12.13/glib-gettextize-dir.patch with 100% similarity]
meta/packages/glib-2.0/glib-2.0-native_2.14.5.bb [moved from meta/packages/glib-2.0/glib-2.0-native_2.12.13.bb with 97% similarity]

index 50d7e1b..546bf52 100644 (file)
@@ -192,7 +192,7 @@ PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
 PREFERRED_VERSION_sato-icon-theme ?= "0.1"
 
 PREFERRED_VERSION_glib-2.0 ?= "2.14.5"
-PREFERRED_VERSION_glib-2.0-native ?= "2.12.13"
+PREFERRED_VERSION_glib-2.0-native ?= "2.14.5"
 PREFERRED_VERSION_atk ?= "1.20.0"
 PREFERRED_VERSION_cairo ?= "1.4.10"
 PREFERRED_VERSION_pango ?= "1.18.3"
diff --git a/meta/packages/glib-2.0/glib-2.0-native-2.14.5/configure-libtool.patch b/meta/packages/glib-2.0/glib-2.0-native-2.14.5/configure-libtool.patch
new file mode 100644 (file)
index 0000000..a52327c
--- /dev/null
@@ -0,0 +1,29 @@
+--- glib-2.12.10/configure.in.orig     2006-06-05 13:34:08.000000000 +0100
++++ glib-2.12.10/configure.in  2006-06-05 13:34:36.000000000 +0100
+@@ -1174,7 +1174,7 @@
+   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
+@@ -1265,7 +1265,7 @@
+       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 ${CC} -shared \
++      ${SHELL} ./$host_alias-libtool --mode=compile ${CC} -shared \
+               -export-dynamic -o plugin.o plugin.c 2>&1 >/dev/null
+       AC_CACHE_CHECK([for RTLD_GLOBAL brokenness],
+               glib_cv_rtldglobal_broken,[
+@@ -1339,7 +1339,7 @@
+ AC_MSG_CHECKING(for the suffix of 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
@@ -11,6 +11,7 @@ PR="r2"
 
 SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \
            file://glib-gettextize-dir.patch;patch=1 \
+           file://configure-libtool.patch;patch=1 \
            file://glibconfig-sysdefs.h"
 
 S = "${WORKDIR}/glib-${PV}"