glib: upgrade from 2.14.6 to 2.16.1

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3995 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-03-14 09:59:22 +00:00
parent 1fe96696cb
commit 70483e47c5
5 changed files with 4 additions and 4 deletions

View File

@ -200,8 +200,8 @@ PREFERRED_VERSION_gtk-sato-engine ?= "0.3.1"
PREFERRED_VERSION_matchbox-theme-sato ?= "0.1"
PREFERRED_VERSION_sato-icon-theme ?= "0.4.1"
PREFERRED_VERSION_glib-2.0 ?= "2.14.6"
PREFERRED_VERSION_glib-2.0-native ?= "2.14.6"
PREFERRED_VERSION_glib-2.0 ?= "2.16.1"
PREFERRED_VERSION_glib-2.0-native ?= "2.16.1"
PREFERRED_VERSION_atk ?= "1.20.0"
PREFERRED_VERSION_cairo ?= "1.4.14"
PREFERRED_VERSION_pango ?= "1.18.3"

View File

@ -9,7 +9,7 @@ PRIORITY = "optional"
DEPENDS += "gtk-doc-native"
PR="r2"
SRC_URI = "http://download.gnome.org/sources/glib/2.14/glib-${PV}.tar.bz2 \
SRC_URI = "http://download.gnome.org/sources/glib/2.16/glib-${PV}.tar.bz2 \
file://glib-gettextize-dir.patch;patch=1 \
file://configure-libtool.patch;patch=1 \
file://glibconfig-sysdefs.h"

View File

@ -2,6 +2,6 @@ require glib.inc
PR = "r1"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.14/glib-${PV}.tar.bz2 \
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.16/glib-${PV}.tar.bz2 \
file://glibconfig-sysdefs.h \
file://configure-libtool.patch;patch=1"