diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-14 15:52:42 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-14 15:52:42 +0000 |
commit | 1a34b12a3ec41225991419e715f1cc650dabc8a0 (patch) | |
tree | ab287290142bd3ee2ef11e1be58681049bf9c92d /meta/packages | |
parent | 3adc1f0ad283fc42d3f8f884c2e7a3ead6b78c5c (diff) | |
download | openembedded-core-1a34b12a3ec41225991419e715f1cc650dabc8a0.tar.gz openembedded-core-1a34b12a3ec41225991419e715f1cc650dabc8a0.tar.bz2 openembedded-core-1a34b12a3ec41225991419e715f1cc650dabc8a0.zip |
glib-2.0: Fix SRC_URI (#702)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3483 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/glib-2.0/glib-2.0-native_2.14.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |