diff options
-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() { | |||
68 | done | 68 | done |
69 | } | 69 | } |
70 | 70 | ||
71 | SYSROOT_PREPROCESS_FUNCS += "tcl_sysroot_preprocess" | 71 | SYSROOT_DIRS += "${bindir_crossscripts}" |
72 | tcl_sysroot_preprocess () { | ||
73 | sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts} | ||
74 | } | ||
75 | 72 | ||
76 | PACKAGES =+ "tcl-lib" | 73 | PACKAGES =+ "tcl-lib" |
77 | FILES_tcl-lib = "${libdir}/libtcl8.6.so.*" | 74 | FILES_tcl-lib = "${libdir}/libtcl8.6.so.*" |