layer.conf: Allow sysroot dependencies on perlcross-native to be skipped

Message ID 20220305001017.394135-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit 3b86109a2571be39f9cfa85bd4db22f4df025ab2
Headers show
Series layer.conf: Allow sysroot dependencies on perlcross-native to be skipped | expand

Commit Message

Richard Purdie March 5, 2022, 12:10 a.m. UTC
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 <richard.purdie@linuxfoundation.org>
---
 meta/conf/layer.conf | 1 +
 1 file changed, 1 insertion(+)

Patch

diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index 935c4f6b9b7..ea57123601c 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