[oe-commits] Stanislav Brabec : vala: Fixed bootstrapping.

GIT User account git at amethyst.openembedded.net
Sat Apr 18 20:01:35 UTC 2009


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sat Apr 18 19:57:18 2009 +0000

vala: Fixed bootstrapping.

---

 recipes/vala/vala-bootstrap-native_0.6.0.bb |    3 ++-
 recipes/vala/vala_0.6.0.bb                  |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/vala/vala-bootstrap-native_0.6.0.bb b/recipes/vala/vala-bootstrap-native_0.6.0.bb
index 8cc3acb..36db717 100644
--- a/recipes/vala/vala-bootstrap-native_0.6.0.bb
+++ b/recipes/vala/vala-bootstrap-native_0.6.0.bb
@@ -1,4 +1,5 @@
-require vala_${PV}.bb
+require vala.inc
+PR = "r2"
 
 inherit native
 DEPENDS = "glib-2.0-native"
diff --git a/recipes/vala/vala_0.6.0.bb b/recipes/vala/vala_0.6.0.bb
index 7b2b4e2..e03e39f 100644
--- a/recipes/vala/vala_0.6.0.bb
+++ b/recipes/vala/vala_0.6.0.bb
@@ -1,2 +1,3 @@
 require vala.inc
+DEPENDS = "vala-bootstrap-native"
 PR = "r2"





More information about the Openembedded-commits mailing list