From: Chris Larson Date: Thu, 26 Feb 2009 22:21:32 +0000 (-0800) Subject: automake-native: use require, not include. X-Git-Tag: Release-2010-05/1~3796^2~53^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c170ace0455882aa04960291d78fcdba6d69318d;p=openembedded.git automake-native: use require, not include. Signed-off-by: Chris Larson --- 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"