diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-25 21:38:29 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-26 08:45:15 +0100 |
commit | 895c6ce9b178091a1992f9cd17ee426006ab3303 (patch) | |
tree | f03d575c9568291571b41a2f7ec7c26ba270c7a9 /package/bash | |
parent | 13c07c79a401a8821b3224bc00c60c097f011add (diff) |
bash: add missing dependency on host-bison
Fixes:
http://autobuild.buildroot.org/results/dfedb4377a95e36e590c9a5a5853e3ed0ecbc247/build-end.log
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/bash')
-rw-r--r-- | package/bash/bash.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index d28c6159e..fff06043e 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -6,7 +6,7 @@ BASH_VERSION = 4.2 BASH_SITE = $(BR2_GNU_MIRROR)/bash -BASH_DEPENDENCIES = ncurses +BASH_DEPENDENCIES = ncurses host-bison BASH_LICENSE = GPLv3+ BASH_LICENSE_FILES = COPYING |