All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] support/graph-depends: cut on host-ccache
Date: Tue, 1 Oct 2019 20:05:51 +0200	[thread overview]
Message-ID: <20191001180551.GG10860@scaer> (raw)
In-Reply-To: <20191001163458.25296-1-francois.perrad@gadz.org>

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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2019-10-01 18:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-01 16:34 [Buildroot] [PATCH] support/graph-depends: cut on host-ccache Francois Perrad
2019-10-01 18:05 ` Yann E. MORIN [this message]
2019-10-02 19:07 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191001180551.GG10860@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.