[gnome-continuous-yocto/gnomeostree-3.28-rocko: 199/8267] tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot



commit f6ed023c5b9ff1c35f859be89e696924ea1cdb31
Author: Peter Kjellerstedt <peter kjellerstedt axis com>
Date:   Thu May 12 10:37:52 2016 +0200

    tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot
    
    (From OE-Core rev: 7b82a0dd8277f08e9a1ebf11effde0302f62098c)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-devtools/tcltk/tcl_8.6.4.bb |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
index 8e92b3e..61be81d 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb
@@ -68,10 +68,7 @@ do_install() {
        done
 }
 
-SYSROOT_PREPROCESS_FUNCS += "tcl_sysroot_preprocess"
-tcl_sysroot_preprocess () {
-       sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
-}
+SYSROOT_DIRS += "${bindir_crossscripts}"
 
 PACKAGES =+ "tcl-lib"
 FILES_tcl-lib = "${libdir}/libtcl8.6.so.*"


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