diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.6.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb index 79a3f083b6e..9d35da10a1c 100644 --- a/meta/recipes-devtools/tcltk/tcl_8.6.1.bb +++ b/meta/recipes-devtools/tcltk/tcl_8.6.1.bb @@ -90,3 +90,6 @@ do_install_ptest() { cp -r ${S}/../library ${D}${PTEST_PATH} cp -r ${S}/../tests ${D}${PTEST_PATH} } + +# Fix the path in sstate +SSTATE_SCAN_FILES += "*Config.sh" |