summaryrefslogtreecommitdiff
path: root/package/m4
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-27 12:50:20 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-27 19:54:05 +0100
commit269da64af5ad72e1d522b54a6203970c3eb344d0 (patch)
tree50482bd75a64f6d3b26cd5feb31b9c89cc9df793 /package/m4
parent0c7c5034e7268c7d093471b02246a137e2e10efc (diff)
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 <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'package/m4')
-rw-r--r--package/m4/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/m4/Config.in b/package/m4/Config.in
index 4d651a280..7830b22ae 100644
--- a/package/m4/Config.in
+++ b/package/m4/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_M4
depends on BR2_USE_WCHAR
# uses fork()
depends on BR2_USE_MMU
+ # development tool, useless on the target
+ depends on BR2_DEPRECATED
help
An implementation of the traditional Unix macro processor.