From: Richard Purdie Date: Fri, 4 Mar 2022 18:10:26 +0000 (+0000) Subject: layer.conf: Allow sysroot dependencies on perlcross-native to be skipped X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3b86109a2571be39f9cfa85bd4db22f4df025ab2;p=openembedded-core.git layer.conf: Allow sysroot dependencies on perlcross-native to be skipped The only thing which needs perlcross-native will depend upon it directly so we can optimise this out everywhere else for small space/speed gains. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 935c4f6b9b..ea57123601 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -105,6 +105,7 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\ .*->gperf-native \ .*->gtk-doc-native \ .*->texinfo-native \ + .*->perlcross-native \ libarchive-native->e2fsprogs-native \ " # Nothing needs to depend on libc-initial