diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2018-07-08 11:46:13 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-07-08 13:08:06 +0200 |
commit | a40719477f4ddda9206333648662464f37bdda23 (patch) | |
tree | c0a0d7866f56f93e7840a334707cd9a273684dff /package/bash/bash.mk | |
parent | 942e801b3d1236c7fab068c51be07e4e76b7d4a1 (diff) | |
download | buildroot-a40719477f4ddda9206333648662464f37bdda23.tar.gz buildroot-a40719477f4ddda9206333648662464f37bdda23.zip |
package/busybox: invert dependency with bash
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/bash/bash.mk')
-rw-r--r-- | package/bash/bash.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package/bash/bash.mk b/package/bash/bash.mk index bb52bf3259..7fb7192e2c 100644 --- a/package/bash/bash.mk +++ b/package/bash/bash.mk @@ -6,9 +6,7 @@ BASH_VERSION = 4.4.18 BASH_SITE = $(BR2_GNU_MIRROR)/bash -# Build after since bash is better than busybox shells -BASH_DEPENDENCIES = ncurses readline host-bison \ - $(if $(BR2_PACKAGE_BUSYBOX),busybox) +BASH_DEPENDENCIES = ncurses readline host-bison BASH_CONF_OPTS = --with-installed-readline --without-bash-malloc BASH_LICENSE = GPL-3.0+ BASH_LICENSE_FILES = COPYING |