[oe-commits] Thomas Zimmermann : vala: remove gnome_verdir from SRC_URI

git version control git at git.openembedded.org
Fri Oct 2 12:08:42 UTC 2009


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

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

vala: remove gnome_verdir from SRC_URI

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

---

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

diff --git a/recipes/vala/vala-native_0.7.7.bb b/recipes/vala/vala-native_0.7.7.bb
index a5625b3..3c59f2e 100644
--- a/recipes/vala/vala-native_0.7.7.bb
+++ b/recipes/vala/vala-native_0.7.7.bb
@@ -1,13 +1,15 @@
 require vala.inc
 inherit native
 
+PR = "r1"
+
 DEPENDS = "glib-2.0-native"
 
 SRC_URI = "\
-                  ${GNOME_MIRROR}/vala/${@gnome_verdir("${PV}")}/vala-${PV}.tar.bz2 \
+                  ${GNOME_MIRROR}/vala/0.7/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 \
+#                  file://0010-D-Bus-Fix-marshalling-of-GLib.Value-parameters.patch;patch=1 \
                   file://0014-GError-Fix-error-propagation-in-creation-methods.patch;patch=1 \
                   file://0018-glib-2.0-Fix-g_regex_get_pattern-binding.patch;patch=1 \
                   "
diff --git a/recipes/vala/vala_0.7.7.bb b/recipes/vala/vala_0.7.7.bb
index cf7eeae..f72c975 100644
--- a/recipes/vala/vala_0.7.7.bb
+++ b/recipes/vala/vala_0.7.7.bb
@@ -1,11 +1,11 @@
 require vala.inc
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "\
-                  ${GNOME_MIRROR}/vala/${@gnome_verdir("${PV}")}/vala-${PV}.tar.bz2 \
+                  ${GNOME_MIRROR}/vala/0.7/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 \
+#                  file://0010-D-Bus-Fix-marshalling-of-GLib.Value-parameters.patch;patch=1 \
                   file://0014-GError-Fix-error-propagation-in-creation-methods.patch;patch=1 \
                   file://0018-glib-2.0-Fix-g_regex_get_pattern-binding.patch;patch=1 \
                   "





More information about the Openembedded-commits mailing list