busybox: preserve ncurses progs/tools
authorMatt Weber <matthew.weber@rockwellcollins.com>
Fri, 14 Apr 2017 03:20:47 +0000 (22:20 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 14 Apr 2017 08:56:08 +0000 (10:56 +0200)
commit33c72344a8686a136c1da6a056ed6c0945bbf8b7
tree637e2e16e2c03b871a73da8569ca33a80d2ab981
parente9b95f0cd02bd7f2dafc26d658c137554249bf75
busybox: preserve ncurses progs/tools

The ncurses package installs a full version of clear and reset(tset)
tools.  Preserve these by disabling the options in the busybox config
file.  This removes the need for ncurses to depend on busybox for solely
ordering of target install.

This commit resolves the following python circular dependency with python.
busybox -> libselinux -> python3 -> ncurses -> busybox

Fixes:
http://autobuild.buildroot.net/results/db1/db1e6f3054092fc5576ccab8e04a3b9d74ca9a8c/

Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
[Thomas: minor tweaks.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/busybox/busybox.mk
package/ncurses/ncurses.mk