From: Richard Purdie Date: Mon, 14 Jan 2008 15:52:42 +0000 (+0000) Subject: glib-2.0: Fix SRC_URI (#702) X-Git-Tag: 2011-1~9946 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1a34b12a3ec41225991419e715f1cc650dabc8a0;p=openembedded-core.git glib-2.0: Fix SRC_URI (#702) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3483 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/glib-2.0/glib-2.0-native_2.14.5.bb b/meta/packages/glib-2.0/glib-2.0-native_2.14.5.bb index 8a6e27d3ea..194c744bc2 100644 --- a/meta/packages/glib-2.0/glib-2.0-native_2.14.5.bb +++ b/meta/packages/glib-2.0/glib-2.0-native_2.14.5.bb @@ -9,7 +9,7 @@ PRIORITY = "optional" DEPENDS += "gtk-doc-native" PR="r2" -SRC_URI = "http://download.gnome.org/sources/glib/2.12/glib-${PV}.tar.bz2 \ +SRC_URI = "http://download.gnome.org/sources/glib/2.14/glib-${PV}.tar.bz2 \ file://glib-gettextize-dir.patch;patch=1 \ file://configure-libtool.patch;patch=1 \ file://glibconfig-sysdefs.h"