git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99d2576
)
automake-native: use require, not include.
author
Chris Larson
<clarson@mvista.com>
Thu, 26 Feb 2009 22:21:32 +0000
(14:21 -0800)
committer
Chris Larson
<clarson@kergoth.com>
Sun, 22 Mar 2009 02:58:21 +0000
(19:58 -0700)
Signed-off-by: Chris Larson <clarson@mvista.com>
recipes/automake/automake-native.inc
patch
|
blob
|
history
diff --git
a/recipes/automake/automake-native.inc
b/recipes/automake/automake-native.inc
index
7b69252
..
5ced30d
100644
(file)
--- a/
recipes/automake/automake-native.inc
+++ b/
recipes/automake/automake-native.inc
@@
-1,5
+1,5
@@
SECTION = "devel"
-
includ
e automake_${PV}.bb
+
requir
e automake_${PV}.bb
DEPENDS = "autoconf-native"
RDEPENDS_automake-native = "autoconf-native perl-native-runtime"