| Submitter | Tom Rini |
|---|---|
| Date | May 5, 2011, 3:05 p.m. |
| Message ID | <60d05770b0ad7815f1171b299c8689881a6553ac.1304607797.git.tom_rini@mentor.com> |
| Download | mbox | patch |
| Permalink | /patch/3259/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ecbd75d..e218304 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -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
This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE. Signed-off-by: Tom Rini <tom_rini@mentor.com> --- meta/recipes-extended/bash/bash.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)