diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:39:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 12:27:00 +0000 |
commit | 0499bacc30274f2300fb956362bda8a53fdc625e (patch) | |
tree | ec9a464dc0bc10810c3d0c32b51ac4c7e36af389 /meta/recipes-core | |
parent | ce7483796bb92a99149b9eff7e08ebc8c2805808 (diff) | |
download | openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.tar.gz openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.tar.bz2 openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.tar.xz openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.zip |
Various: Switch to GNOME_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb index eace71a73..6a1fb6ca7 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb @@ -3,7 +3,7 @@ require glib.inc PE = "1" PR = "r0" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.26/glib-${PV}.tar.bz2 \ +SRC_URI = "${GNOME_MIRROR}/glib/2.26/glib-${PV}.tar.bz2 \ file://configure-libtool.patch \ file://60_wait-longer-for-threads-to-die.patch \ file://g_once_init_enter.patch \ diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb index d3c8eee71..4014a1b61 100644 --- a/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb @@ -2,7 +2,7 @@ require glib.inc PR = "r3" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \ +SRC_URI = "${GNOME_MIRROR}/glib/2.27/glib-${PV}.tar.bz2 \ file://configure-libtool.patch \ file://60_wait-longer-for-threads-to-die.patch \ file://g_once_init_enter.patch \ |