summaryrefslogtreecommitdiffstats
path: root/meta/conf/layer.conf
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 22:52:22 +0100
commit61419000b524046491ddabae9dcd97e2bc46ebe7 (patch)
tree80321d6765e3644f083099c5b506f492fee5eb7d /meta/conf/layer.conf
parentb5c0b44a066077fccf4d6c2d811d55622376b546 (diff)
downloadpoky-61419000b524046491ddabae9dcd97e2bc46ebe7.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. (From OE-Core rev: df4e37ef888ad11f98c2f17ab4bc48dbd5417790) 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>
Diffstat (limited to 'meta/conf/layer.conf')
-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 += "\
103 .*->quilt-native \ 103 .*->quilt-native \
104 ^(?!gtk-doc-native).*->xmlto-native \ 104 ^(?!gtk-doc-native).*->xmlto-native \
105 .*->gperf-native \ 105 .*->gperf-native \
106 .*->help2man-native \
106 .*->gtk-doc-native \ 107 .*->gtk-doc-native \
107 .*->texinfo-native \ 108 .*->texinfo-native \
108 .*->perlcross-native \ 109 .*->perlcross-native \