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:
Peter Kjellerstedt
2016-05-12 10:38:01 +02:00
committed by Richard Purdie
parent 2aa49bc843
commit 9390701f11

View File

@@ -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"