[oe-commits] Michael 'Mickey' Lauer : vala-native: bump to 0.6. 0 and make git version the default; we need a bootstrap version now though.

GIT User account git at amethyst.openembedded.net
Wed Apr 8 21:02:27 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: c692c88e6396661c311a08c1e2b43c3f6c4c2f35
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c692c88e6396661c311a08c1e2b43c3f6c4c2f35

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Tue Apr  7 11:20:01 2009 +0200

vala-native: bump to 0.6.0 and make git version the default; we need a bootstrap version now though.

---

 conf/distro/include/sane-srcrevs.inc           |    2 +-
 packages/vala/vala-native_git.bb               |   18 +++++++-----------
 packages/vala/{vala_0.5.7.bb => vala_0.6.0.bb} |    0 
 3 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 6882a00..881cddc 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -228,7 +228,7 @@ SRCREV_pn-uclibc-initial ?= "24279"
 SRCREV_pn-usbpath ?= "3172"
 SRCREV_pn-usbpath-native ?= "3172"
 SRCREV_pn-vala-terminal ?= "94117f453ce884e9c30b611fae6fc19f85f98f2b"
-SRCREV_pn-vala-native ?= "54a924505856a839ad02dc95baa482e994e94a57"
+SRCREV_pn-vala-native ?= "6cf030120cd7f6a76a5d766d7420aea847e02cfd"
 SRCREV_pn-webkit-gtk ?= "39964"
 SRCREV_pn-webkit-qt ?= "28656"
 SRCREV_pn-webkit-qtopia ?= "28656"
diff --git a/packages/vala/vala-native_git.bb b/packages/vala/vala-native_git.bb
index 66abd5e..545849b 100644
--- a/packages/vala/vala-native_git.bb
+++ b/packages/vala/vala-native_git.bb
@@ -1,17 +1,13 @@
-require vala_0.5.7.bb
-# vala from git always needs the latest released version to compile itself
-DEPENDS = "vala-native"
-
-SRCREV = "e7462e3ed00b75c16c11c27f6d8a640c7f35fafc"
-PV := "0.5.7+0.5.8pre02-gitr${SRCREV}"
+require vala.inc
+inherit native
 
-DEFAULT_PREFERENCE = "-1"
+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}"
 
 SRC_URI = "\
-  ${FREESMARTPHONE_GIT}/vala;protocol=git;branch=master \
+  ${FREESMARTPHONE_GIT}/vala-lang;protocol=git;branch=mickey/0.6/posix \
   file://static-dbus-methods.patch;patch=1 \
 "         
 S = "${WORKDIR}/git"
-
-inherit native
-DEPENDS = "glib-2.0-native"
diff --git a/packages/vala/vala_0.5.7.bb b/packages/vala/vala_0.6.0.bb
similarity index 100%
rename from packages/vala/vala_0.5.7.bb
rename to packages/vala/vala_0.6.0.bb





More information about the Openembedded-commits mailing list