From 602f0061ff7ac22f111893c21a1d6dab68487e02 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 1 Oct 2019 18:34:58 +0200 Subject: [PATCH] support/scripts/graph-depends: cut on host-ccache When selected, host-ccache is a dependency of almost all packages. As such, it clutters the dependency graph uselessly. Signed-off-by: Francois Perrad Reviewed-by: Yann E. MORIN Signed-off-by: Thomas Petazzoni --- 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.30.2