diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-05-12 10:38:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:41:28 +0100 |
commit | 9390701f11a050fb070c2a7fcab6d23e448e7430 (patch) | |
tree | 49bc868216cd0608494a4dd0363d1c56a43c0b8e /meta/recipes-devtools/gcc/gcc-target.inc | |
parent | 2aa49bc84391cbd8414894f7a787f7ba935f7996 (diff) | |
download | poky-9390701f11a050fb070c2a7fcab6d23e448e7430.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-target.inc')
-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 | } | ||