[oe-commits] Tom Rini : dtc: Add flex-native / bison-native to DEPENDS.

git version control git at git.openembedded.org
Mon Apr 12 16:04:29 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e1cb7dbf89adbabd2c25a188f04d09124d6c62fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e1cb7dbf89adbabd2c25a188f04d09124d6c62fa

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Apr 12 09:04:11 2010 -0700

dtc: Add flex-native / bison-native to DEPENDS.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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 4bf1bc8..427fcd4 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
 





More information about the Openembedded-commits mailing list