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:
1699e27
)
dtc: Add flex-native / bison-native to DEPENDS.
author
Tom Rini
<tom_rini@mentor.com>
Mon, 12 Apr 2010 16:04:11 +0000
(09:04 -0700)
committer
Tom Rini
<tom_rini@mentor.com>
Mon, 12 Apr 2010 16:04:11 +0000
(09:04 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/dtc/dtc.inc
patch
|
blob
|
history
diff --git
a/recipes/dtc/dtc.inc
b/recipes/dtc/dtc.inc
index
4bf1bc8
..
427fcd4
100644
(file)
--- a/
recipes/dtc/dtc.inc
+++ b/
recipes/dtc/dtc.inc
@@
-2,6
+2,7
@@
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Fi
SECTION = "bootloader"
PRIORITY = "optional"
LICENSE = "GPL"
+DEPENDS = "flex-native bison-native"
inherit autotools