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 15:44:01 +0000 |
commit | 92e8ef0c10e2cf1b71ba5440f3ca918a26fded27 (patch) | |
tree | ecf40f729522fd89e76e81a879eaf1157a1d836e /meta/recipes-core | |
parent | 081adf9575dfa8e5aaeb3e1d356161e6a79dcc31 (diff) | |
download | poky-92e8ef0c10e2cf1b71ba5440f3ca918a26fded27.tar.gz |
Various: Switch to GNOME_MIRROR
(From OE-Core rev: 0499bacc30274f2300fb956362bda8a53fdc625e)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 eace71a731..6a1fb6ca7f 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 | |||
3 | PE = "1" | 3 | PE = "1" |
4 | PR = "r0" | 4 | PR = "r0" |
5 | 5 | ||
6 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.26/glib-${PV}.tar.bz2 \ | 6 | SRC_URI = "${GNOME_MIRROR}/glib/2.26/glib-${PV}.tar.bz2 \ |
7 | file://configure-libtool.patch \ | 7 | file://configure-libtool.patch \ |
8 | file://60_wait-longer-for-threads-to-die.patch \ | 8 | file://60_wait-longer-for-threads-to-die.patch \ |
9 | file://g_once_init_enter.patch \ | 9 | 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 d3c8eee71c..4014a1b61b 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 | |||
2 | 2 | ||
3 | PR = "r3" | 3 | PR = "r3" |
4 | 4 | ||
5 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.27/glib-${PV}.tar.bz2 \ | 5 | SRC_URI = "${GNOME_MIRROR}/glib/2.27/glib-${PV}.tar.bz2 \ |
6 | file://configure-libtool.patch \ | 6 | file://configure-libtool.patch \ |
7 | file://60_wait-longer-for-threads-to-die.patch \ | 7 | file://60_wait-longer-for-threads-to-die.patch \ |
8 | file://g_once_init_enter.patch \ | 8 | file://g_once_init_enter.patch \ |