Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/graph-depends: cut on host-ccache
@ 2019-10-01 16:34 Francois Perrad
  2019-10-01 18:05 ` Yann E. MORIN
  2019-10-02 19:07 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2019-10-01 16:34 UTC (permalink / raw)
  To: buildroot

When selected, host-ccache is a dependency of almost all packages.
As such, it clutters the dependency graph uselessly.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
 support/scripts/graph-depends | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 3de09b1209..d42bebce9d 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -115,7 +115,7 @@ def remove_transitive_deps(pkg, deps):
 
 # List of dependencies that all/many packages have, and that we want
 # to trim when generating the dependency graph.
-MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip']
+MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip', 'host-ccache']
 
 
 # This function removes the dependency on some 'mandatory' package, like the
-- 
2.20.1

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

* [Buildroot] [PATCH] support/graph-depends: cut on host-ccache
  2019-10-01 16:34 [Buildroot] [PATCH] support/graph-depends: cut on host-ccache Francois Perrad
@ 2019-10-01 18:05 ` Yann E. MORIN
  2019-10-02 19:07 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-10-01 18:05 UTC (permalink / raw)
  To: buildroot

Fran?ois, All,

On 2019-10-01 18:34 +0200, Francois Perrad spake thusly:
> When selected, host-ccache is a dependency of almost all packages.
> As such, it clutters the dependency graph uselessly.
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>

Reviewed-by: Yann E. MORIN <yann.morin.1998@free.fr>

(Note that this makes the line even longer, and flake8 warns, but that
was already the case before, so who cares...)

Regards,
Yann E. MORIN.

> ---
>  support/scripts/graph-depends | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
> index 3de09b1209..d42bebce9d 100755
> --- a/support/scripts/graph-depends
> +++ b/support/scripts/graph-depends
> @@ -115,7 +115,7 @@ def remove_transitive_deps(pkg, deps):
>  
>  # List of dependencies that all/many packages have, and that we want
>  # to trim when generating the dependency graph.
> -MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip']
> +MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip', 'host-ccache']
>  
>  
>  # This function removes the dependency on some 'mandatory' package, like the
> -- 
> 2.20.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH] support/graph-depends: cut on host-ccache
  2019-10-01 16:34 [Buildroot] [PATCH] support/graph-depends: cut on host-ccache Francois Perrad
  2019-10-01 18:05 ` Yann E. MORIN
@ 2019-10-02 19:07 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-10-02 19:07 UTC (permalink / raw)
  To: buildroot

On Tue,  1 Oct 2019 18:34:58 +0200
Francois Perrad <fperrad@gmail.com> wrote:

> When selected, host-ccache is a dependency of almost all packages.
> As such, it clutters the dependency graph uselessly.
> 
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
> ---
>  support/scripts/graph-depends | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2019-10-02 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-01 16:34 [Buildroot] [PATCH] support/graph-depends: cut on host-ccache Francois Perrad
2019-10-01 18:05 ` Yann E. MORIN
2019-10-02 19:07 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox