diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2016-05-12 10:37:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-13 13:40:49 +0100 |
commit | 7b82a0dd8277f08e9a1ebf11effde0302f62098c (patch) | |
tree | 7ca7bf474180e4ba5a93c9a6d4457f3c4416bcdb /meta/recipes-devtools/tcltk | |
parent | 2bf5651cbcc91333954d7d5f06bf3b247b372063 (diff) | |
download | openembedded-core-7b82a0dd8277f08e9a1ebf11effde0302f62098c.tar.gz openembedded-core-7b82a0dd8277f08e9a1ebf11effde0302f62098c.tar.bz2 openembedded-core-7b82a0dd8277f08e9a1ebf11effde0302f62098c.zip |
tcl: Use SYSROOT_DIRS to add dirs to stage in sysroot
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | 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 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.*" |