This ensures that string is prepended properly and eclosed in ''
Fixes the ptest runs on musl

Signed-off-by: Khem Raj <[email protected]>
---
 meta/recipes-devtools/tcltk/tcl_8.6.13.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb 
b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
index b33a78e147f..bb75353a5a8 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.13.bb
@@ -88,7 +88,7 @@ do_install_ptest() {
 
 do_install_ptest:append:libc-musl () {
        # Assumes locales other than provided by musl-locales
-       sed -i -e 's|SKIPPED_TESTS=|SKIPPED_TESTS="unixInit-3*"|' 
${D}${PTEST_PATH}/run-ptest
+       sed -i -e "s|SKIPPED_TESTS='|SKIPPED_TESTS='unixInit-3* |" 
${D}${PTEST_PATH}/run-ptest
 }
 
 # Fix some paths that might be used by Tcl extensions
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#193485): 
https://lists.openembedded.org/g/openembedded-core/message/193485
Mute This Topic: https://lists.openembedded.org/mt/103631544/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to