summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_9.0.0.bb')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_9.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
index b67847c526..0d2efa44aa 100644
--- a/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
+++ b/meta/recipes-devtools/tcltk/tcl_9.0.0.bb
@@ -82,6 +82,8 @@ do_install_ptest() {
82 cp ${B}/tcltest ${D}${PTEST_PATH} 82 cp ${B}/tcltest ${D}${PTEST_PATH}
83 cp -r ${S}/library ${D}${PTEST_PATH} 83 cp -r ${S}/library ${D}${PTEST_PATH}
84 cp -r ${S}/tests ${D}${PTEST_PATH} 84 cp -r ${S}/tests ${D}${PTEST_PATH}
85 # handle multilib
86 sed -i s:@libdir@:${libdir}:g ${D}${PTEST_PATH}/run-ptest
85} 87}
86 88
87do_install_ptest:append:libc-musl () { 89do_install_ptest:append:libc-musl () {