diff options
author | Chris Larson <clarson@mvista.com> | 2009-02-26 14:21:32 -0800 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2009-03-21 19:58:21 -0700 |
commit | c170ace0455882aa04960291d78fcdba6d69318d (patch) | |
tree | 924dfe47b774593a2ed57b297beaf389c4b3b6fc /recipes | |
parent | 99d25764dbf459815086acc6182d391a9fd94701 (diff) |
automake-native: use require, not include.
Signed-off-by: Chris Larson <clarson@mvista.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/automake/automake-native.inc | 2 |
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" |