[oe-commits] Chris Larson : automake-native: use require, not include.

GIT User account git at amethyst.openembedded.net
Sat Mar 21 19:00:19 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c170ace0455882aa04960291d78fcdba6d69318d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c170ace0455882aa04960291d78fcdba6d69318d

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Feb 26 14:21:32 2009 -0800

automake-native: use require, not include.

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 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 7b69252..5ced30d 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"
 





More information about the Openembedded-commits mailing list