aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bash
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-04 15:21:27 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-05 07:54:26 -0700
commitf0652d96ff5c3b08b8e4c4972f7fb0296df6d898 (patch)
tree18871b67f6dd8b78e8795e21d54516da70e723be /recipes/bash
parent4a022cf3fe3e39aab478bfc13332d358ed80348c (diff)
downloadopenembedded-f0652d96ff5c3b08b8e4c4972f7fb0296df6d898.tar.gz
bash: Add bison-native to DEPENDS
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/bash')
-rw-r--r--recipes/bash/bash.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/bash/bash.inc b/recipes/bash/bash.inc
index 99c6398cfc..3a1c29b6c3 100644
--- a/recipes/bash/bash.inc
+++ b/recipes/bash/bash.inc
@@ -1,6 +1,6 @@
DESCRIPTION = "An sh-compatible command language interpreter."
HOMEPAGE = "http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses bison-native"
SECTION = "base/shell"
LICENSE = "GPL"