[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5172/8267] gcc-target.inc: create symlinks for gcov and gcov-tool



commit 36f3c889709c492c6a451cc0326e1f760903aa8c
Author: Chen Qi <Qi Chen windriver com>
Date:   Mon Mar 13 10:35:44 2017 +0800

    gcc-target.inc: create symlinks for gcov and gcov-tool
    
    Create symlinks for gcov and gcov-tool and that they can be used trivially
    on target.
    
    (From OE-Core rev: 5b5a506a6d81095c967304fe4ec38a4bc3dc1edd)
    
    Signed-off-by: Chen Qi <Qi Chen windriver com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/gcc/gcc-target.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index b245bdd..eef4434 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -180,6 +180,8 @@ do_install () {
        ln -sf ${TARGET_PREFIX}g++ g++
        ln -sf ${TARGET_PREFIX}gcc gcc
        ln -sf ${TARGET_PREFIX}cpp cpp
+       ln -sf ${TARGET_PREFIX}gcov gcov
+       ln -sf ${TARGET_PREFIX}gcov-tool gcov-tool
        install -d ${D}${base_libdir}
        ln -sf ${bindir}/${TARGET_PREFIX}cpp ${D}${base_libdir}/cpp
        ln -sf g++ c++


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