mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
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>
This commit is contained in:
@@ -105,6 +105,7 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\
|
|||||||
.*->gperf-native \
|
.*->gperf-native \
|
||||||
.*->gtk-doc-native \
|
.*->gtk-doc-native \
|
||||||
.*->texinfo-native \
|
.*->texinfo-native \
|
||||||
|
.*->perlcross-native \
|
||||||
libarchive-native->e2fsprogs-native \
|
libarchive-native->e2fsprogs-native \
|
||||||
"
|
"
|
||||||
# Nothing needs to depend on libc-initial
|
# Nothing needs to depend on libc-initial
|
||||||
|
|||||||
Reference in New Issue
Block a user