summaryrefslogtreecommitdiffstats
path: root/recipes/dtc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-04-12 09:04:11 -0700
committerTom Rini <tom_rini@mentor.com>2010-04-12 09:04:11 -0700
commite1cb7dbf89adbabd2c25a188f04d09124d6c62fa (patch)
tree5b275ba5d5f943ae5949bc71d938ca98ade51daa /recipes/dtc
parent1699e27f6642a97adf23fafc74fd6ccc9d5d3d55 (diff)
downloadopenembedded-e1cb7dbf89adbabd2c25a188f04d09124d6c62fa.tar.gz
dtc: Add flex-native / bison-native to DEPENDS.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/dtc')
-rw-r--r--recipes/dtc/dtc.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/dtc/dtc.inc b/recipes/dtc/dtc.inc
index 4bf1bc8ed1..427fcd433a 100644
--- 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