From: Peter Kjellerstedt Date: Thu, 12 May 2016 08:37:52 +0000 (+0200) Subject: tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25930 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b82a0dd8277f08e9a1ebf11effde0302f62098c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.4.bb b/meta/recipes-devtools/tcltk/tcl_8.6.4.bb index 8e92b3e2426..61be81dc04e 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.*"