summaryrefslogtreecommitdiffstats
path: root/package/ncurses
diff options
context:
space:
mode:
authorMatt Weber <matthew.weber@rockwellcollins.com>2017-04-13 22:20:47 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-14 10:56:08 +0200
commit33c72344a8686a136c1da6a056ed6c0945bbf8b7 (patch)
tree637e2e16e2c03b871a73da8569ca33a80d2ab981 /package/ncurses
parente9b95f0cd02bd7f2dafc26d658c137554249bf75 (diff)
downloadbuildroot-33c72344a8686a136c1da6a056ed6c0945bbf8b7.tar.gz
buildroot-33c72344a8686a136c1da6a056ed6c0945bbf8b7.zip
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>
Diffstat (limited to 'package/ncurses')
-rw-r--r--package/ncurses/ncurses.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/ncurses/ncurses.mk b/package/ncurses/ncurses.mk
index 68c77ac61f..2b99d3f538 100644
--- a/package/ncurses/ncurses.mk
+++ b/package/ncurses/ncurses.mk
@@ -29,11 +29,6 @@ NCURSES_CONF_OPTS = \
$(if $(BR2_PACKAGE_NCURSES_TARGET_PROGS),,--without-progs) \
--without-manpages
-# Install after busybox for the full-blown versions
-ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-NCURSES_DEPENDENCIES += busybox
-endif
-
ifeq ($(BR2_STATIC_LIBS),y)
NCURSES_CONF_OPTS += --without-shared --with-normal
else ifeq ($(BR2_SHARED_LIBS),y)
OpenPOWER on IntegriCloud