dtc: Add flex-native / bison-native to DEPENDS.
authorTom Rini <tom_rini@mentor.com>
Mon, 12 Apr 2010 16:04:11 +0000 (09:04 -0700)
committerTom 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

index 4bf1bc8..427fcd4 100644 (file)
@@ -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