[oe-commits] Michael 'Mickey' Lauer : vala[-native]: add 0.7.9 release

git version control git at git.openembedded.org
Tue Dec 22 09:50:15 UTC 2009


Module: openembedded.git
Branch: martin_jansa/xorg-7.5
Commit: d5ede6e61ca9577ae91f2bb009e9b7b3139a35b1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d5ede6e61ca9577ae91f2bb009e9b7b3139a35b1

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sat Dec 19 17:39:30 2009 +0100

vala[-native]: add 0.7.9 release

---

 conf/checksums.ini                                 |    4 ++++
 recipes/vala/vala-native_0.7.7+fso5.bb             |    8 --------
 recipes/vala/vala-native_0.7.9.bb                  |    3 +++
 recipes/vala/vala.inc                              |    2 +-
 recipes/vala/vala_0.7.7+fso5.bb                    |    4 ----
 recipes/vala/{vala_0.7.6-fso2.bb => vala_0.7.9.bb} |    2 --
 6 files changed, 8 insertions(+), 15 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index cf43c35..836e8d3 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -27110,6 +27110,10 @@ sha256=b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747
 md5=accd0d350c6d6de7527a0a65c40f8be2
 sha256=b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747
 
+[http://www.freesmartphone.org/sources/vala-0.7.9.tar.bz2]
+md5=f2f8b2914361db599fd6392ec27f7042
+sha256=a71d59cfed750ff402fece5e7d4b656caf3377d5a6bfe5339894f1b13769d58d
+
 [http://www.valgrind.org/downloads/valgrind-3.2.1.tar.bz2]
 md5=9407d33961186814cef0e6ecedfd6318
 sha256=7f9a15d7be16ca03a0912191e8d55a486bf69690e11bb76ccece3eaff3730a33
diff --git a/recipes/vala/vala-native_0.7.7+fso5.bb b/recipes/vala/vala-native_0.7.7+fso5.bb
deleted file mode 100644
index b3d147d..0000000
--- a/recipes/vala/vala-native_0.7.7+fso5.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require vala.inc
-inherit native
-
-PR = "r0"
-
-DEPENDS = "glib-2.0-native"
-
-SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala-native_0.7.9.bb b/recipes/vala/vala-native_0.7.9.bb
new file mode 100644
index 0000000..d6c239f
--- /dev/null
+++ b/recipes/vala/vala-native_0.7.9.bb
@@ -0,0 +1,3 @@
+require vala_${PV}.bb
+inherit native
+DEPENDS = "glib-2.0-native"
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index 258a3f7..620e2a6 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -6,7 +6,7 @@ HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPL"
 INC_PR = "r2"
 
-SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz"
+SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"
 
 inherit autotools_stage
 
diff --git a/recipes/vala/vala_0.7.7+fso5.bb b/recipes/vala/vala_0.7.7+fso5.bb
deleted file mode 100644
index df0b593..0000000
--- a/recipes/vala/vala_0.7.7+fso5.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require vala.inc
-PR = "r0"
-
-SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala_0.7.6-fso2.bb b/recipes/vala/vala_0.7.9.bb
similarity index 94%
rename from recipes/vala/vala_0.7.6-fso2.bb
rename to recipes/vala/vala_0.7.9.bb
index 7960e62..a5b1958 100644
--- a/recipes/vala/vala_0.7.6-fso2.bb
+++ b/recipes/vala/vala_0.7.9.bb
@@ -1,4 +1,2 @@
 require vala.inc
 PR = "${INC_PR}.0"
-
-





More information about the Openembedded-commits mailing list