From: Richard Purdie Date: Tue, 17 May 2022 12:13:46 +0000 (+0100) Subject: layer.conf: Don't use indirect help2man-native dependencies X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df4e37ef888ad11f98c2f17ab4bc48dbd5417790;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index a5d727ef5b5..076cba58d12 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 \