From e1cb7dbf89adbabd2c25a188f04d09124d6c62fa Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 12 Apr 2010 09:04:11 -0700 Subject: dtc: Add flex-native / bison-native to DEPENDS. Signed-off-by: Tom Rini --- recipes/dtc/dtc.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes/dtc/dtc.inc') 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 -- cgit 1.2.3-korg