diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-05-04 15:21:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-09 14:09:09 +0100 |
commit | c099dc0e83e3f3fc03059aaba59b4b4eb6c418be (patch) | |
tree | aee5dd81ee9f9c9f7dc8ad767a015725351f97ba | |
parent | 6dfa294790d0c276bf71b69e795b4f8abc152cb5 (diff) | |
download | poky-c099dc0e83e3f3fc03059aaba59b4b4eb6c418be.tar.gz |
bash.inc: Add bison-native to DEPENDS
This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE.
(From OE-Core rev: 897f11e4ecf3acaa9d4695d3be0e9beb38322d9d)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ecbd75dadd..e21830441f 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -5,7 +5,7 @@ SECTION = "base/shell" | |||
5 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) | 5 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) |
6 | LICENSE = "GPLv3+" | 6 | LICENSE = "GPLv3+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
8 | DEPENDS = "ncurses" | 8 | DEPENDS = "ncurses bison-native" |
9 | 9 | ||
10 | inherit autotools gettext | 10 | inherit autotools gettext |
11 | 11 | ||