[oe-commits] Sebastian Spaeth : vala vala-native: Make use of GNOME_MIRROR in SRC_URI

git version control git at git.openembedded.org
Sun Nov 8 16:28:13 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 56b84b4f4c4bbdbaac646222a09630fc5542eaf7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=56b84b4f4c4bbdbaac646222a09630fc5542eaf7

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Thu Nov  5 10:35:03 2009 +0100

vala vala-native: Make use of GNOME_MIRROR in SRC_URI

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/vala/vala-native_0.7.8.bb |    2 +-
 recipes/vala/vala_0.7.8.bb        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/vala/vala-native_0.7.8.bb b/recipes/vala/vala-native_0.7.8.bb
index 0be4626..7a5cad2 100644
--- a/recipes/vala/vala-native_0.7.8.bb
+++ b/recipes/vala/vala-native_0.7.8.bb
@@ -5,4 +5,4 @@ PR = "r0"
 
 DEPENDS = "glib-2.0-native"
 
-SRC_URI = "http://download.gnome.org/sources/vala/0.7/vala-${PV}.tar.bz2"
+SRC_URI = "${GNOME_MIRROR}/vala/0.7/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala_0.7.8.bb b/recipes/vala/vala_0.7.8.bb
index 0b93248..2d0b5b7 100644
--- a/recipes/vala/vala_0.7.8.bb
+++ b/recipes/vala/vala_0.7.8.bb
@@ -1,4 +1,4 @@
 require vala.inc
 PR = "r0"
 
-SRC_URI = "http://download.gnome.org/sources/vala/0.7/vala-${PV}.tar.bz2"
+SRC_URI = "${GNOME_MIRROR}/vala/0.7/vala-${PV}.tar.bz2"





More information about the Openembedded-commits mailing list