diff options
Diffstat (limited to 'recipes/dtc/dtc.inc')
-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 |