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-gnome/gnome | |
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-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb index d9037a24c0..ddc48c2407 100644 --- a/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb +++ b/meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb | |||
@@ -7,7 +7,7 @@ PR = "r1" | |||
7 | ART_CONFIG = "${HOST_ARCH}/art_config.h" | 7 | ART_CONFIG = "${HOST_ARCH}/art_config.h" |
8 | 8 | ||
9 | # can't use gnome.oeclass due to _ in filename | 9 | # can't use gnome.oeclass due to _ in filename |
10 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ | 10 | SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ |
11 | file://${ART_CONFIG} \ | 11 | file://${ART_CONFIG} \ |
12 | file://Makefile.am.patch;patch=1" | 12 | file://Makefile.am.patch;patch=1" |
13 | 13 | ||