All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] distcc: deprecate package, only useful for development
@ 2014-02-22 18:29 Thomas Petazzoni
  2014-02-22 20:25 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2014-02-22 18:29 UTC (permalink / raw)
  To: buildroot

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>
---
 package/distcc/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/distcc/Config.in b/package/distcc/Config.in
index 2c30a21..0bf36b1 100644
--- a/package/distcc/Config.in
+++ b/package/distcc/Config.in
@@ -2,6 +2,8 @@ config BR2_PACKAGE_DISTCC
 	bool "distcc"
 	# needs fork()
 	depends on BR2_USE_MMU
+	# development tool on target, deprecated
+	depends on BR2_DEPRECATED
 	help
 	  Distributed compiler client and server.  Allows you to
 	  distribute compilation of C code across several machines
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] distcc: deprecate package, only useful for development
  2014-02-22 18:29 [Buildroot] [PATCH] distcc: deprecate package, only useful for development Thomas Petazzoni
@ 2014-02-22 20:25 ` Peter Korsgaard
  2014-02-22 20:27   ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2014-02-22 20:25 UTC (permalink / raw)
  To: buildroot

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

It doesn't really fix the error, but ok.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] distcc: deprecate package, only useful for development
  2014-02-22 20:25 ` Peter Korsgaard
@ 2014-02-22 20:27   ` Thomas Petazzoni
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-02-22 20:27 UTC (permalink / raw)
  To: buildroot

Dear Peter Korsgaard,

On Sat, 22 Feb 2014 21:25:38 +0100, Peter Korsgaard wrote:
> >>>>> "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/
> 
> It doesn't really fix the error, but ok.

Right, but is it worth fixing build issues for packages that are
completely useless? :-)

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-22 20:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-22 18:29 [Buildroot] [PATCH] distcc: deprecate package, only useful for development Thomas Petazzoni
2014-02-22 20:25 ` Peter Korsgaard
2014-02-22 20:27   ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.