]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
layer.conf: Don't use indirect help2man-native dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 May 2022 12:13:46 +0000 (13:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 May 2022 18:08:20 +0000 (19:08 +0100)
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>
meta/conf/layer.conf

index a5d727ef5b523fad7603b6b27956c6834634aec8..076cba58d12d23010816843ecfc75f19f6612190 100644 (file)
@@ -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 \