[oe-commits] Michael 'Mickey' Lauer : vala: 0.8.0.95-e7a7 -> 0.8.0.128-1150

git version control git at git.openembedded.org
Fri May 7 20:36:36 UTC 2010


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

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri May  7 11:31:20 2010 +0200

vala: 0.8.0.95-e7a7 -> 0.8.0.128-1150

Also convert to BBCLASSEXTEND = native

---

 recipes/vala/vala-native_0.8.0.95-e7a7.bb |    3 ---
 recipes/vala/vala.inc                     |    6 ++++--
 recipes/vala/vala_0.8.0.128-1150.bb       |    5 +++++
 recipes/vala/vala_0.8.0.95-e7a7.bb        |    5 -----
 4 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/recipes/vala/vala-native_0.8.0.95-e7a7.bb b/recipes/vala/vala-native_0.8.0.95-e7a7.bb
deleted file mode 100644
index d6c239f..0000000
--- a/recipes/vala/vala-native_0.8.0.95-e7a7.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require vala_${PV}.bb
-inherit native
-DEPENDS = "glib-2.0-native"
diff --git a/recipes/vala/vala.inc b/recipes/vala/vala.inc
index 1cecc09..a81fe27 100644
--- a/recipes/vala/vala.inc
+++ b/recipes/vala/vala.inc
@@ -2,13 +2,15 @@ DESCRIPTION = "Vala is a C#-like language dedicated to ease GObject programming.
 Vala compiles to plain C and has no runtime environment nor penalities whatsoever."
 SECTION = "devel"
 DEPENDS = "glib-2.0 dbus"
+BBCLASSEXTEND = "native"
+DEPENDS_virtclass-native = "glib-2.0-native dbus-native"
 HOMEPAGE = "http://vala-project.org"
 LICENSE = "LGPL"
-INC_PR = "r1"
+INC_PR = "r2"
 
 #
 # WARNING: This source release has specifically been built for OpenEmbedded.
-# Don't update to an upstream release!
+# Don't update to any upstream release without consulting the recipe maintainer.
 #
 
 SRC_URI = "\
diff --git a/recipes/vala/vala_0.8.0.128-1150.bb b/recipes/vala/vala_0.8.0.128-1150.bb
new file mode 100644
index 0000000..0c8bcbb
--- /dev/null
+++ b/recipes/vala/vala_0.8.0.128-1150.bb
@@ -0,0 +1,5 @@
+require vala.inc
+PR = "${INC_PR}.0"
+
+SRC_URI[archive.md5sum] = "01c93c64e11f79bd08ab0bd6cdf4fbbc"
+SRC_URI[archive.sha256sum] = "6888d438f0b9f314c36a94a0e114711614b55df6227545504c13909992ddd412"
diff --git a/recipes/vala/vala_0.8.0.95-e7a7.bb b/recipes/vala/vala_0.8.0.95-e7a7.bb
deleted file mode 100644
index 6f37c89..0000000
--- a/recipes/vala/vala_0.8.0.95-e7a7.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require vala.inc
-PR = "${INC_PR}.0"
-
-SRC_URI[archive.md5sum] = "8c51fca23c0f3b97a41f95091eecede0"
-SRC_URI[archive.sha256sum] = "c2a70074885ad7f86bef3455bf6080b6a550078455930dc7f6fd0db603af522b"





More information about the Openembedded-commits mailing list