summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-08-17 12:25:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-08-17 12:25:53 +0200
commit3e6c62e6e34a42b976ec4ddaddd1748e64e16a01 (patch)
tree72431c13c97e92d5d322a14e59844af8c92a0d8b
parent026818241ff182e23cdf6fae6fbdd0d35aef72b4 (diff)
downloadptxdist-3e6c62e6e34a42b976ec4ddaddd1748e64e16a01.tar.gz
ptxdist-3e6c62e6e34a42b976ec4ddaddd1748e64e16a01.tar.xz
host-ncurses: remove obsolete package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/host-ncurses.in5
-rw-r--r--rules/host-ncurses.make59
-rw-r--r--rules/ncurses.in1
3 files changed, 0 insertions, 65 deletions
diff --git a/rules/host-ncurses.in b/rules/host-ncurses.in
deleted file mode 100644
index bd922c098..000000000
--- a/rules/host-ncurses.in
+++ /dev/null
@@ -1,5 +0,0 @@
-## SECTION=hosttools_noprompt
-
-config HOST_NCURSES
- tristate
- default ALLYES
diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make
deleted file mode 100644
index 9ed6cf298..000000000
--- a/rules/host-ncurses.make
+++ /dev/null
@@ -1,59 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2008 by mol@pengutronix.de
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-HOST_PACKAGES-$(PTXCONF_HOST_NCURSES) += host-ncurses
-
-#
-# Paths and names
-#
-HOST_NCURSES_DIR = $(HOST_BUILDDIR)/$(NCURSES)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_NCURSES_PATH := PATH=$(HOST_PATH)
-HOST_NCURSES_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_NCURSES_AUTOCONF = \
- $(HOST_AUTOCONF) \
- $(NCURSES_AUTOCONF_SHARED)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-ncurses.compile:
- @$(call targetinfo)
- cd $(HOST_NCURSES_DIR)/include && $(HOST_NCURSES_PATH) \
- $(MAKE)
- cd $(HOST_NCURSES_DIR)/ncurses && $(HOST_NCURSES_PATH) \
- $(MAKE) make_keys make_hash
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/host-ncurses.install:
- @$(call targetinfo)
- install -D -m 755 $(HOST_NCURSES_DIR)/ncurses/make_keys \
- $(HOST_NCURSES_PKGDIR)/bin/make_keys
- install -D -m 755 $(HOST_NCURSES_DIR)/ncurses/make_hash \
- $(HOST_NCURSES_PKGDIR)/bin/make_hash
- @$(call touch)
-
-# vim: syntax=make
diff --git a/rules/ncurses.in b/rules/ncurses.in
index a8c630e28..63a41e4e6 100644
--- a/rules/ncurses.in
+++ b/rules/ncurses.in
@@ -2,7 +2,6 @@
menuconfig NCURSES
tristate
prompt "ncurses "
- select HOST_NCURSES
help
The ncurses libraries implement the curses API. The panel, menu and
forms libraries implement clones of the SVr4 panel, menu and forms