From d4e8f3cd4874c963da77480bcb76df05ffaaa739 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 10 Nov 2012 12:36:03 +0000 Subject: Mark a number of development related packages as deprecated automake, autoconf, libtool and make on the target are basically useless if we don't support building a toolchain on the target. Of course, the host variant of automake, autoconf and libtool will remain available. [Peter: fixup to apply after perl change] Signed-off-by: Thomas Petazzoni Acked-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- package/make/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/make') diff --git a/package/make/Config.in b/package/make/Config.in index ea2ae1b58..e5cc97009 100644 --- a/package/make/Config.in +++ b/package/make/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_MAKE bool "make" select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE + # We no longer support a toolchain on the target + depends on BR2_DEPRECATED help A tool which controls the generation of executables and other non-source files of a program from the program's source files. -- cgit v1.2.3