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

git version control git at git.openembedded.org
Sat Sep 19 18:34:59 UTC 2009


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

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 |   10 ----------
 recipes/vala/vala-native_0.7.6-fso2.bb |    6 ++++++
 recipes/vala/vala.inc                  |    3 +--
 recipes/vala/vala_0.7.6-fso2.bb        |    6 ++++++
 4 files changed, 13 insertions(+), 12 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 7e042b4..0000000
--- a/recipes/vala/vala-native_0.7.5+fso2.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require vala.inc
-inherit native
-
-VALA_FSO_RELEASE = "0.7.5-fso2"
-
-DEPENDS = "glib-2.0-native"
-PV = "0.7.4+${VALA_FSO_RELEASE}"
-
-SRC_URI = "http://www.freesmartphone.org/sources/vala-${VALA_FSO_RELEASE}.tar.gz"
-S = "${WORKDIR}/vala-${VALA_FSO_RELEASE}"
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 83fecaf..1a16d30 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -7,8 +7,7 @@ LICENSE = "LGPL"
 PV = "0.7.2+0.7.3-fso1"
 INC_PR = "r0"
 
-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-${PV}.tar.gz"
 
 inherit autotools autotools_stage
 
diff --git a/recipes/vala/vala_0.7.6-fso2.bb b/recipes/vala/vala_0.7.6-fso2.bb
new file mode 100644
index 0000000..fff355e
--- /dev/null
+++ b/recipes/vala/vala_0.7.6-fso2.bb
@@ -0,0 +1,6 @@
+require vala.inc
+VALA_FSO_RELEASE = "0.7.5-fso2"
+PV = "0.7.4+${VALA_FSO_RELEASE}"
+PR = "${INC_PR}.0"
+
+





More information about the Openembedded-commits mailing list