mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
gcc-target.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from sysroot
(From OE-Core rev: 3eb358d97f84e3d909986b7168e7384ae8db4126) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2aa49bc843
commit
9390701f11
@@ -205,6 +205,4 @@ do_install_append () {
|
||||
# and builds track file dependencies (e.g. perl and its makedepends code).
|
||||
# For determinism we don't install this ever and rely on the copy from gcc-cross.
|
||||
# [YOCTO #7287]
|
||||
sysroot_stage_dirs_append () {
|
||||
rm -rf $to${libdir}/gcc
|
||||
}
|
||||
SYSROOT_DIRS_BLACKLIST += "${libdir}/gcc"
|
||||
|
||||
Reference in New Issue
Block a user