--- 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 \ -- 1.6.4.3 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
