From c170ace0455882aa04960291d78fcdba6d69318d Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 26 Feb 2009 14:21:32 -0800 Subject: automake-native: use require, not include. Signed-off-by: Chris Larson --- recipes/automake/automake-native.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/automake') diff --git a/recipes/automake/automake-native.inc b/recipes/automake/automake-native.inc index 7b69252ff0..5ced30d5df 100644 --- a/recipes/automake/automake-native.inc +++ b/recipes/automake/automake-native.inc @@ -1,5 +1,5 @@ SECTION = "devel" -include automake_${PV}.bb +require automake_${PV}.bb DEPENDS = "autoconf-native" RDEPENDS_automake-native = "autoconf-native perl-native-runtime" -- cgit v1.2.3