From f6ed023c5b9ff1c35f859be89e696924ea1cdb31 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Thu, 12 May 2016 10:37:52 +0200 Subject: tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot (From OE-Core rev: 7b82a0dd8277f08e9a1ebf11effde0302f62098c) Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcltk/tcl_8.6.4.bb | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'meta/recipes-devtools/tcltk') diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb index 8e92b3e242..61be81dc04 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.*" -- cgit v1.2.3-54-g00ecf