diff options
| author | Tom Rini <tom_rini@mentor.com> | 2010-04-12 09:04:11 -0700 |
|---|---|---|
| committer | Tom Rini <tom_rini@mentor.com> | 2010-04-12 09:04:11 -0700 |
| commit | e1cb7dbf89adbabd2c25a188f04d09124d6c62fa (patch) | |
| tree | 5b275ba5d5f943ae5949bc71d938ca98ade51daa | |
| parent | 1699e27f6642a97adf23fafc74fd6ccc9d5d3d55 (diff) | |
dtc: Add flex-native / bison-native to DEPENDS.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
| -rw-r--r-- | recipes/dtc/dtc.inc | 1 |
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 |
