diff mbox

[v2] distcc: deprecate package, only useful for development

Message ID 1393102023-4049-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 35787b822dad01c837893b5c3fa9c25b72f0da4c
Headers show

Commit Message

Thomas Petazzoni Feb. 22, 2014, 8:47 p.m. UTC
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>
---

Changes v1 -> v2:

 * Use BR2_DEPRECATED_SINCE_2014_02 instead of BR2_DEPRECATED. Thanks
   to Ryan Barnett for anticipating Thomas DS potential reaction to my
   mistake :-)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/distcc/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Feb. 22, 2014, 8:57 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > 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>
 > ---

Committed this one instead, thanks.

 > Changes v1 -> v2:

 >  * Use BR2_DEPRECATED_SINCE_2014_02 instead of BR2_DEPRECATED. Thanks
 >    to Ryan Barnett for anticipating Thomas DS potential reaction to my
 >    mistake :-)

;)
diff mbox

Patch

diff --git a/package/distcc/Config.in b/package/distcc/Config.in
index 2c30a21..08e1ab3 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