diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-19 12:32:30 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-09-19 12:32:30 +0000 |
commit | d7f889b1a94b7e84ca593659c285c3ccdbfd2fe8 (patch) | |
tree | c9c5d06c76d38ef92e532b9b339de894a67bc823 | |
parent | a12a9f2b508323846f10113027ba82f0dd1e780b (diff) |
vala: update to 0.7.6-fso2
-rw-r--r-- | recipes/vala/vala-native_0.7.6-fso2.bb (renamed from recipes/vala/vala-native_0.7.5+fso2.bb) | 2 | ||||
-rw-r--r-- | recipes/vala/vala.inc | 3 | ||||
-rw-r--r-- | recipes/vala/vala_0.7.6-fso2.bb (renamed from recipes/vala/vala_0.7.5+fso2.bb) | 0 |
3 files changed, 1 insertions, 4 deletions
diff --git a/recipes/vala/vala-native_0.7.5+fso2.bb b/recipes/vala/vala-native_0.7.6-fso2.bb index 7a73cf5736..b7ff8a7dad 100644 --- a/recipes/vala/vala-native_0.7.5+fso2.bb +++ b/recipes/vala/vala-native_0.7.6-fso2.bb @@ -2,7 +2,5 @@ require vala.inc inherit native DEPENDS = "glib-2.0-native" -VALA_FSO_RELEASE = "0.7.5-fso2" -PV = "0.7.4+${VALA_FSO_RELEASE}" PR = "${INC_PR}.0" diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc index fa1cf6aaa8..7c1e70a456 100644 --- a/recipes/vala/vala.inc +++ b/recipes/vala/vala.inc @@ -6,8 +6,7 @@ HOMEPAGE = "http://vala-project.org" LICENSE = "LGPL" INC_PR = "r0" -SRC_URI = "http://www.freesmartphone.org/sources/vala-${VALA_FSO_RELEASE}.tar.gz" -S = "${WORKDIR}/vala-${VALA_FSO_RELEASE}" +SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz" inherit autotools_stage diff --git a/recipes/vala/vala_0.7.5+fso2.bb b/recipes/vala/vala_0.7.6-fso2.bb index fff355ebaf..fff355ebaf 100644 --- a/recipes/vala/vala_0.7.5+fso2.bb +++ b/recipes/vala/vala_0.7.6-fso2.bb |