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-graphics/ttf-fonts | |
parent | ce7483796bb92a99149b9eff7e08ebc8c2805808 (diff) | |
download | openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.tar.gz openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.tar.bz2 openembedded-core-0499bacc30274f2300fb956362bda8a53fdc625e.zip |
Various: Switch to GNOME_MIRROR
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts')
-rw-r--r-- | meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb index bdeb4c19b5..9a1f5bb5e0 100644 --- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb +++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb @@ -12,7 +12,7 @@ PACKAGE_ARCH = "all" PR = "r3" RDEPENDS = "fontconfig-utils" -SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" +SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" do_install () { install -d ${D}${prefix}/share/fonts/ttf/ |