From 9882a7a0b915bfc0d40c37e00191891036531c52 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Sat, 18 Apr 2009 19:57:18 +0000 Subject: 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 deletion(-) (limited to 'recipes/vala') 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" -- cgit v1.2.3