[gnome-continuous-yocto/gnomeostree-3.28-rocko: 208/8267] gcc-target.inc: Use SYSROOT_DIRS_BLACKLIST to exclude dirs from sysroot



commit 9390701f11a050fb070c2a7fcab6d23e448e7430
Author: Peter Kjellerstedt <peter kjellerstedt axis com>
Date:   Thu May 12 10:38:01 2016 +0200

    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>

 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 b8dabe5..a960ed4 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]