From 269da64af5ad72e1d522b54a6203970c3eb344d0 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Fri, 27 Dec 2013 12:50:20 +0100 Subject: package: deprecate some more development tools Since some time, we have removed the support to build a toolchain for the target, and therefore the support for several development tools on the target. This commit deprecates a few additional development tools: m4, bison, flex and gob2. For flex, we retain the ability to build libfl, we only deprecated the ability to build the flex binary itself. The original motivation for this patch is that m4 is causing build issues in some configurations, but there isn't really much incentive to fix this package for the target, since it is not really useful for embedded Linux systems. Bison, Flex and Gob2 are deprecated because they are reverse dependencies of m4. Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" --- package/flex/Config.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/flex') diff --git a/package/flex/Config.in b/package/flex/Config.in index 52f7fe77f0..6af9951a01 100644 --- a/package/flex/Config.in +++ b/package/flex/Config.in @@ -15,6 +15,8 @@ config BR2_PACKAGE_FLEX_BINARY depends on BR2_USE_MMU # runtime dependency select BR2_PACKAGE_M4 + # development tool, useless on the target + depends on BR2_DEPRECATED depends on BR2_USE_WCHAR # m4 help Install the flex binary tool in the target filesystem. -- cgit v1.2.1