[oe-commits] Thomas Zimmermann : vala: fix SRC_URI for vala-0.7.7

git version control git at git.openembedded.org
Fri Oct 2 11:21:24 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Fri Oct  2 10:19:48 2009 +0000

vala: fix SRC_URI for vala-0.7.7

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

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

diff --git a/recipes/vala/vala-native_0.7.7.bb b/recipes/vala/vala-native_0.7.7.bb
index d1dee2a..a5625b3 100644
--- a/recipes/vala/vala-native_0.7.7.bb
+++ b/recipes/vala/vala-native_0.7.7.bb
@@ -3,8 +3,8 @@ inherit native
 
 DEPENDS = "glib-2.0-native"
 
-SRC_URI_append = "\
-                  http://download.gnome.org/sources/vala/0.7/vala-${PV}.tar.gz \
+SRC_URI = "\
+                  ${GNOME_MIRROR}/vala/${@gnome_verdir("${PV}")}/vala-${PV}.tar.bz2 \
                   file://0003-Fix-delegate-variables-in-GObject-creation-methods.patch;patch=1 \
                   file://0005-Fix-return-type-of-closure-unref-function.patch;patch=1 \
                   file://0010-D-Bus-Fix-marshalling-of-GLib.Value-parameters.patch;patch=1 \
diff --git a/recipes/vala/vala_0.7.7.bb b/recipes/vala/vala_0.7.7.bb
index b98f9f5..cf7eeae 100644
--- a/recipes/vala/vala_0.7.7.bb
+++ b/recipes/vala/vala_0.7.7.bb
@@ -1,8 +1,8 @@
 require vala.inc
 PR = "r0"
 
-SRC_URI_append = "\
-                  http://download.gnome.org/sources/vala/0.7/vala-${PV}.tar.gz \
+SRC_URI = "\
+                  ${GNOME_MIRROR}/vala/${@gnome_verdir("${PV}")}/vala-${PV}.tar.bz2 \
                   file://0003-Fix-delegate-variables-in-GObject-creation-methods.patch;patch=1 \
                   file://0005-Fix-return-type-of-closure-unref-function.patch;patch=1 \
                   file://0010-D-Bus-Fix-marshalling-of-GLib.Value-parameters.patch;patch=1 \





More information about the Openembedded-commits mailing list