summaryrefslogtreecommitdiffstats
path: root/package/distcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-02-22 21:47:03 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-02-22 21:57:32 +0100
commit35787b822dad01c837893b5c3fa9c25b72f0da4c (patch)
tree4421c250fb39bc2cef489056e279af0b75753332 /package/distcc
parenta524731012280dbb52fd0051a5c7c94a4562b265 (diff)
distcc: deprecate package, only useful for development
Since quite a while, we have deprecated, and then removed the support to build a compiler on the target. Therefore, having a distcc package for the package is quite useless, and this patch consequently marks it as deprecated so it can be removed in a future version of Buildroot. Fixes: http://autobuild.buildroot.net/results/16b/16be2138c8e5ba785fa2ad55b478dcd1b6fb5123/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/distcc')
-rw-r--r--package/distcc/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/distcc/Config.in b/package/distcc/Config.in
index 2c30a2142..08e1ab37c 100644
--- a/package/distcc/Config.in
+++ b/package/distcc/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_DISTCC
bool "distcc"
# needs fork()
depends on BR2_USE_MMU
+ depends on BR2_DEPRECATED_SINCE_2014_02
help
Distributed compiler client and server. Allows you to
distribute compilation of C code across several machines