]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash.inc: Add bison-native to DEPENDS
authorTom Rini <tom_rini@mentor.com>
Wed, 4 May 2011 22:21:54 +0000 (15:21 -0700)
committerSaul Wold <sgw@linux.intel.com>
Mon, 9 May 2011 06:56:11 +0000 (23:56 -0700)
This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
meta/recipes-extended/bash/bash.inc

index ecbd75dadd16064858eb65b1090e732fb97d07bc..e21830441fedb4d0ad2624f1c08720138df27efe 100644 (file)
@@ -5,7 +5,7 @@ SECTION = "base/shell"
 # GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses bison-native"
 
 inherit autotools gettext