diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-04 18:10:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-05 10:45:13 +0000 |
commit | 76db6a9f79490e94d75fdaa8bdbe9af0b2c371c8 (patch) | |
tree | a1d789ef61a3edd7316bd0b96dabe412ba4de861 /meta/conf/layer.conf | |
parent | 3eed2f29006c9e4d12a2b9b002f92633dcdb67f9 (diff) | |
download | poky-76db6a9f79490e94d75fdaa8bdbe9af0b2c371c8.tar.gz |
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.
(From OE-Core rev: 3b86109a2571be39f9cfa85bd4db22f4df025ab2)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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 += "\ | |||
105 | .*->gperf-native \ | 105 | .*->gperf-native \ |
106 | .*->gtk-doc-native \ | 106 | .*->gtk-doc-native \ |
107 | .*->texinfo-native \ | 107 | .*->texinfo-native \ |
108 | .*->perlcross-native \ | ||
108 | libarchive-native->e2fsprogs-native \ | 109 | libarchive-native->e2fsprogs-native \ |
109 | " | 110 | " |
110 | # Nothing needs to depend on libc-initial | 111 | # Nothing needs to depend on libc-initial |