summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-17 13:13:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-20 19:08:20 +0100
commitdf4e37ef888ad11f98c2f17ab4bc48dbd5417790 (patch)
tree8173510b5b6954cd0a3dbd209674a2fb2c707392
parent69e486ddb3059f80ba538e1f59c2ca8a8df0faf9 (diff)
downloadopenembedded-core-contrib-df4e37ef888ad11f98c2f17ab4bc48dbd5417790.tar.gz
layer.conf: Don't use indirect help2man-native dependencies
Similarly to other tools such as pkgconfig and quilt, don't pull in help2man-native unless there is a direct DEPENDS. This is generally good for keeping the recipe sysroots leaner and cleaner and should fix some issues with squashf-tools in particular. This will mean any recipe with an indirect dependency will break so missing recipe dependencies will need to be fixed. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index a5d727ef5b..076cba58d1 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -103,6 +103,7 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\
.*->quilt-native \
^(?!gtk-doc-native).*->xmlto-native \
.*->gperf-native \
+ .*->help2man-native \
.*->gtk-doc-native \
.*->texinfo-native \
.*->perlcross-native \