[oe-commits] Michael 'Mickey' Lauer : vala: update to 0.7.6-fso2

git version control git at git.openembedded.org
Sat Sep 19 12:32:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d7f889b1a94b7e84ca593659c285c3ccdbfd2fe8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7f889b1a94b7e84ca593659c285c3ccdbfd2fe8

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Sep 19 12:32:30 2009 +0000

vala: update to 0.7.6-fso2

---

 recipes/vala/vala-native_0.7.5+fso2.bb             |    8 --------
 recipes/vala/vala-native_0.7.6-fso2.bb             |    6 ++++++
 recipes/vala/vala.inc                              |    3 +--
 .../{vala_0.7.5+fso2.bb => vala_0.7.6-fso2.bb}     |    0 
 4 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/recipes/vala/vala-native_0.7.5+fso2.bb b/recipes/vala/vala-native_0.7.5+fso2.bb
deleted file mode 100644
index 7a73cf5..0000000
--- a/recipes/vala/vala-native_0.7.5+fso2.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-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-native_0.7.6-fso2.bb b/recipes/vala/vala-native_0.7.6-fso2.bb
new file mode 100644
index 0000000..b7ff8a7
--- /dev/null
+++ b/recipes/vala/vala-native_0.7.6-fso2.bb
@@ -0,0 +1,6 @@
+require vala.inc
+inherit native
+DEPENDS = "glib-2.0-native"
+
+PR = "${INC_PR}.0"
+
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index fa1cf6a..7c1e70a 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
similarity index 100%
rename from recipes/vala/vala_0.7.5+fso2.bb
rename to recipes/vala/vala_0.7.6-fso2.bb





More information about the Openembedded-commits mailing list