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-gnome/gnome/libart-lgpl_2.3.21.bb | |
parent | ce7483796bb92a99149b9eff7e08ebc8c2805808 (diff) | |
download | openembedded-core-contrib-0499bacc30274f2300fb956362bda8a53fdc625e.tar.gz |
Various: Switch to GNOME_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb')
-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 d9037a24c0a..ddc48c24073 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" ART_CONFIG = "${HOST_ARCH}/art_config.h" # can't use gnome.oeclass due to _ in filename -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ +SRC_URI = "${GNOME_MIRROR}/libart_lgpl/2.3/libart_lgpl-${PV}.tar.bz2 \ file://${ART_CONFIG} \ file://Makefile.am.patch;patch=1" |