diff options
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index b8dabe5745..a960ed49a9 100644 --- a/meta/recipes-devtools/gcc/gcc-target.inc +++ b/meta/recipes-devtools/gcc/gcc-target.inc | |||
@@ -205,6 +205,4 @@ do_install_append () { | |||
205 | # and builds track file dependencies (e.g. perl and its makedepends code). | 205 | # and builds track file dependencies (e.g. perl and its makedepends code). |
206 | # For determinism we don't install this ever and rely on the copy from gcc-cross. | 206 | # For determinism we don't install this ever and rely on the copy from gcc-cross. |
207 | # [YOCTO #7287] | 207 | # [YOCTO #7287] |
208 | sysroot_stage_dirs_append () { | 208 | SYSROOT_DIRS_BLACKLIST += "${libdir}/gcc" |
209 | rm -rf $to${libdir}/gcc | ||
210 | } | ||