aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/vala
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-04-18 19:57:18 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-04-18 19:57:18 +0000
commit9882a7a0b915bfc0d40c37e00191891036531c52 (patch)
tree3bfc85898c753c20a6155f10efcdafd235de8441 /recipes/vala
parent4804f2c6b82478aff3e03aafc8942d8880d578ab (diff)
downloadopenembedded-9882a7a0b915bfc0d40c37e00191891036531c52.tar.gz
vala: Fixed bootstrapping.
Diffstat (limited to 'recipes/vala')
-rw-r--r--recipes/vala/vala-bootstrap-native_0.6.0.bb3
-rw-r--r--recipes/vala/vala_0.6.0.bb1
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 8cc3acb52b..36db7174a6 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 7b2b4e293c..e03e39f002 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"