aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
authorDidier 'Ptitjes <ptitjes@free.fr>2009-05-27 12:32:54 +0200
committerJulien 'Ainulindale' Cassignol <ainulindale@gmail.com>2009-05-27 18:40:37 +0200
commit2dd0cff03771de179adbaf492bb6eff3e7008698 (patch)
tree5bcbbe857227badc4fe4710b651faf3445b82190 /recipes/vala
parent8cea6c51c0dcc76a76d603264fe50217a0f2405f (diff)
downloadopenembedded-2dd0cff03771de179adbaf492bb6eff3e7008698.tar.gz
vala/vala-native: Factorize fso's vala version number
Signed-off-by: Didier 'Ptitjes <ptitjes@free.fr>
Diffstat (limited to 'recipes/vala')
-rw-r--r--recipes/vala/vala-native_0.7.2+fso1.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/vala/vala-native_0.7.2+fso1.bb b/recipes/vala/vala-native_0.7.2+fso1.bb
index 81cfc096b9..879c4fbcbb 100644
--- a/recipes/vala/vala-native_0.7.2+fso1.bb
+++ b/recipes/vala/vala-native_0.7.2+fso1.bb
@@ -1,8 +1,10 @@
require vala.inc
inherit native
+VALA_FSO_RELEASE = "0.7.3-fso1"
+
DEPENDS = "glib-2.0-native"
-PV = "0.7.2+0.7.3-fso1"
+PV = "0.7.2+${VALA_FSO_RELEASE}"
-SRC_URI = "http://www.freesmartphone.org/sources/vala-0.7.3-fso1.tar.gz"
-S = "${WORKDIR}/vala-0.7.3-fso1"
+SRC_URI = "http://www.freesmartphone.org/sources/vala-${VALA_FSO_RELEASE}.tar.gz"
+S = "${WORKDIR}/vala-${VALA_FSO_RELEASE}"