diff options
Diffstat (limited to 'meta/recipes-devtools/tcltk/tcl_8.6.1.bb')
-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 79a3f083b6..9d35da10a1 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() { | |||
90 | cp -r ${S}/../library ${D}${PTEST_PATH} | 90 | cp -r ${S}/../library ${D}${PTEST_PATH} |
91 | cp -r ${S}/../tests ${D}${PTEST_PATH} | 91 | cp -r ${S}/../tests ${D}${PTEST_PATH} |
92 | } | 92 | } |
93 | |||
94 | # Fix the path in sstate | ||
95 | SSTATE_SCAN_FILES += "*Config.sh" | ||