From 3b86109a2571be39f9cfa85bd4db22f4df025ab2 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 4 Mar 2022 18:10:26 +0000 Subject: 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 --- meta/conf/layer.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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 -- cgit 1.2.3-korg