summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2016-05-12 10:37:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:27 +0100
commitf6ed023c5b9ff1c35f859be89e696924ea1cdb31 (patch)
tree3321d2b7c7326a45d3e0138e9597b0b1936a0476
parentbc217a6f158083763b137d222cfe3ead23cff675 (diff)
downloadpoky-f6ed023c5b9ff1c35f859be89e696924ea1cdb31.tar.gz
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>
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.4.bb5
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 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() {
68 done 68 done
69} 69}
70 70
71SYSROOT_PREPROCESS_FUNCS += "tcl_sysroot_preprocess" 71SYSROOT_DIRS += "${bindir_crossscripts}"
72tcl_sysroot_preprocess () {
73 sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
74}
75 72
76PACKAGES =+ "tcl-lib" 73PACKAGES =+ "tcl-lib"
77FILES_tcl-lib = "${libdir}/libtcl8.6.so.*" 74FILES_tcl-lib = "${libdir}/libtcl8.6.so.*"