aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/automake
diff options
context:
space:
mode:
authorChris Larson <clarson@mvista.com>2009-02-26 14:21:32 -0800
committerChris Larson <clarson@kergoth.com>2009-03-21 19:58:21 -0700
commitc170ace0455882aa04960291d78fcdba6d69318d (patch)
tree924dfe47b774593a2ed57b297beaf389c4b3b6fc /recipes/automake
parent99d25764dbf459815086acc6182d391a9fd94701 (diff)
downloadopenembedded-c170ace0455882aa04960291d78fcdba6d69318d.tar.gz
automake-native: use require, not include.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes/automake')
-rw-r--r--recipes/automake/automake-native.inc2
1 files changed, 1 insertions, 1 deletions
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"