[oe-commits] Michael 'Mickey' Lauer : vala: add unofficial point release 0.7.8.1

git version control git at git.openembedded.org
Tue Nov 10 11:59:34 UTC 2009


Module: openembedded.git
Branch: rpurdie/work-in-progress
Commit: ce3802e207ab25f2f8fe1c663aedb5038a92577f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ce3802e207ab25f2f8fe1c663aedb5038a92577f

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Nov 10 00:37:09 2009 +0100

vala: add unofficial point release 0.7.8.1

---

 conf/checksums.ini                  |    4 ++++
 recipes/vala/vala-native_0.7.8.1.bb |    3 +++
 recipes/vala/vala-native_0.7.8.bb   |    8 --------
 recipes/vala/vala-native_git.bb     |    6 ++----
 recipes/vala/vala.inc               |    2 +-
 recipes/vala/vala_0.7.8.1.bb        |    2 ++
 recipes/vala/vala_0.7.8.bb          |    4 ----
 7 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 44ad709..9e19030 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -26402,6 +26402,10 @@ sha256=b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747
 md5=accd0d350c6d6de7527a0a65c40f8be2
 sha256=b2daf636d95ef66ffd5132eacf18335073b71bfaa18f7ad06f25bcf9673aa747
 
+[http://www.freesmartphone.org/sources/vala-0.7.8.1.tar.gz]
+md5=8c70abb3ef35523a0b8cf8685b327e11
+sha256=5c59e1fa363e876b5df7d9f5fccbac776c42bcd31bb04c4fde1d41d083538888
+
 [http://www.valgrind.org/downloads/valgrind-3.2.1.tar.bz2]
 md5=9407d33961186814cef0e6ecedfd6318
 sha256=7f9a15d7be16ca03a0912191e8d55a486bf69690e11bb76ccece3eaff3730a33
diff --git a/recipes/vala/vala-native_0.7.8.1.bb b/recipes/vala/vala-native_0.7.8.1.bb
new file mode 100644
index 0000000..d6c239f
--- /dev/null
+++ b/recipes/vala/vala-native_0.7.8.1.bb
@@ -0,0 +1,3 @@
+require vala_${PV}.bb
+inherit native
+DEPENDS = "glib-2.0-native"
diff --git a/recipes/vala/vala-native_0.7.8.bb b/recipes/vala/vala-native_0.7.8.bb
deleted file mode 100644
index 7a5cad2..0000000
--- a/recipes/vala/vala-native_0.7.8.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-require vala.inc
-inherit native
-
-PR = "r0"
-
-DEPENDS = "glib-2.0-native"
-
-SRC_URI = "${GNOME_MIRROR}/vala/0.7/vala-${PV}.tar.bz2"
diff --git a/recipes/vala/vala-native_git.bb b/recipes/vala/vala-native_git.bb
index 545849b..698ad4a 100644
--- a/recipes/vala/vala-native_git.bb
+++ b/recipes/vala/vala-native_git.bb
@@ -3,11 +3,9 @@ inherit native
 
 DEPENDS = "glib-2.0-native"
 # vala from git always needs the latest released version to compile itself
-DEPENDS += "vala-bootstrap-native"
-PV = "0.6.0-fso1-gitr${SRCREV}"
+PV = "0.7.0-fso1-gitr${SRCREV}"
 
 SRC_URI = "\
-  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \
-  file://static-dbus-methods.patch;patch=1 \
+  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=pending-upstream-move \
 "         
 S = "${WORKDIR}/git"
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index f45d557..258a3f7 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -4,7 +4,7 @@ SECTION = "devel"
 DEPENDS = "glib-2.0 dbus"
 HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPL"
-INC_PR = "r1"
+INC_PR = "r2"
 
 SRC_URI = "http://www.freesmartphone.org/sources/vala-${PV}.tar.gz"
 
diff --git a/recipes/vala/vala_0.7.8.1.bb b/recipes/vala/vala_0.7.8.1.bb
new file mode 100644
index 0000000..a5b1958
--- /dev/null
+++ b/recipes/vala/vala_0.7.8.1.bb
@@ -0,0 +1,2 @@
+require vala.inc
+PR = "${INC_PR}.0"
diff --git a/recipes/vala/vala_0.7.8.bb b/recipes/vala/vala_0.7.8.bb
deleted file mode 100644
index 2d0b5b7..0000000
--- a/recipes/vala/vala_0.7.8.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require vala.inc
-PR = "r0"
-
-SRC_URI = "${GNOME_MIRROR}/vala/0.7/vala-${PV}.tar.bz2"





More information about the Openembedded-commits mailing list