aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Zimmermann <zimmermann@vdm-design.de>2009-10-02 10:35:00 +0000
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-02 14:02:04 +0200
commit159f9b491641fafc5a6f90a5e18ecc893ed28a41 (patch)
tree8c4d99070c70d951a4522907887f054de592aea3
parentf406744ef7477321518003b63ff98d58ca90f52d (diff)
downloadopenembedded-159f9b491641fafc5a6f90a5e18ecc893ed28a41.tar.gz
vala: remove gnome_verdir from SRC_URI
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/vala/vala-native_0.7.7.bb6
-rw-r--r--recipes/vala/vala_0.7.7.bb6
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 a5625b31c4..3c59f2e8b8 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 cf7eeaeb84..f72c975558 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 \
"