[oe-commits] Tom Rini : bash: Add bison-native to DEPENDS

git version control git at git.openembedded.org
Thu May 5 20:01:53 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: f0652d96ff5c3b08b8e4c4972f7fb0296df6d898
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f0652d96ff5c3b08b8e4c4972f7fb0296df6d898

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed May  4 15:21:27 2011 -0700

bash: Add bison-native to DEPENDS

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

---

 recipes/bash/bash.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/bash/bash.inc b/recipes/bash/bash.inc
index 99c6398..3a1c29b 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"
 





More information about the Openembedded-commits mailing list