summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2016-07-22 19:26:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2016-07-23 09:26:10 +0200
commit4e7fa1ff23ea14c4e275ff7c96ec61b3014e46ae (patch)
tree6ffe581c33fd765570b57fbcd21a431463c8d14b /rules
parent46622acacdf91f2c16b2e85d376de97ddd45e500 (diff)
downloadptxdist-4e7fa1ff23ea14c4e275ff7c96ec61b3014e46ae.tar.gz
ptxdist-4e7fa1ff23ea14c4e275ff7c96ec61b3014e46ae.tar.xz
cross-insight: remove old package
It was in staging for a year and nobody cared. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/cross-insight.in15
-rw-r--r--rules/cross-insight.make44
2 files changed, 0 insertions, 59 deletions
diff --git a/rules/cross-insight.in b/rules/cross-insight.in
deleted file mode 100644
index c64bb4bbb..000000000
--- a/rules/cross-insight.in
+++ /dev/null
@@ -1,15 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=debug_tools
-
-config CROSS_INSIGHT
- bool
- prompt "insight"
- help
- Insight is a graphical user interface to GDB,
- the GNU Debugger written in Tcl/Tk.
- Note: You will need a working TCL/TK installation on your host to
- run this tool.
-
- STAGING: remove in ptxdist-2016.07.0
- This is ancient unmaintained in PTXdist and upstream is dead.
diff --git a/rules/cross-insight.make b/rules/cross-insight.make
deleted file mode 100644
index 9f38fede2..000000000
--- a/rules/cross-insight.make
+++ /dev/null
@@ -1,44 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Sascha Hauer
-# 2010 by Marc Kleine-Budde <mkl@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
-#
-CROSS_PACKAGES-$(PTXCONF_CROSS_INSIGHT) += cross-insight
-
-#
-# Paths and names
-#
-CROSS_INSIGHT_VERSION := 6.8-1
-CROSS_INSIGHT_MD5 := 4ee9824c1e8d6108d886c6c09b24f0ac
-CROSS_INSIGHT := insight-$(CROSS_INSIGHT_VERSION)
-CROSS_INSIGHT_SUFFIX := tar.bz2
-CROSS_INSIGHT_URL := ftp://sourceware.org/pub/insight/releases/$(CROSS_INSIGHT).$(CROSS_INSIGHT_SUFFIX)
-CROSS_INSIGHT_SOURCE := $(SRCDIR)/$(CROSS_INSIGHT).$(CROSS_INSIGHT_SUFFIX)
-CROSS_INSIGHT_DIR := $(CROSS_BUILDDIR)/$(CROSS_INSIGHT)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-CROSS_INSIGHT_CONF_ENV := \
- $(HOST_CROSS_ENV) \
- MAKEINFO=:
-
-#
-# autoconf
-#
-CROSS_INSIGHT_CONF_TOOL := autoconf
-CROSS_INSIGHT_CONF_OPT := \
- $(HOST_CROSS_AUTOCONF) \
- --disable-werror
-
-# vim: syntax=make