summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2019-03-03 11:16:33 +0100
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2019-03-17 14:35:30 +0100
commit132aa296f9f6661095c57464973052a09db178c0 (patch)
tree38d3d8d52b20c8e32c827ffcdcfae598b91ccc75 /support
parent3311aa8cf4ee5935a50990e02c609606e160219d (diff)
support/graph-depends: also cut on host-gzip
When host-gzip is needed, it is a mandatory dependency of all packages. As such, drawing the dependency lines toward host-gzip would uselessly clutter the graph. So, like for the skeleton, host-skeleton, and host-tar, we cut the dependency chains toward host-gzip. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/graph-depends2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 3143c61cc4..29134c8237 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -172,7 +172,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']
+MANDATORY_DEPS = ['toolchain', 'skeleton', 'host-skeleton', 'host-tar', 'host-gzip']
# This function removes the dependency on some 'mandatory' package, like the