[OE-core] tcl modules are missing

Gyorgy Kovesdi kgy at teledigit.eu
Tue Feb 14 07:59:56 UTC 2012


Hi,

I have problems using tcl: the modules directory (/usr/lib/tcl8) is missing.
I created a patch to solve it:

diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-
devtools/tcltk/tcl_8.5.11.bb
index 146021a..1d28558 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
@@ -60,6 +60,7 @@ do_install() {
 PACKAGES =+ "${PN}-lib"
 FILES_${PN}-lib = "${libdir}/libtcl8.5.so*"
 FILES_${PN} += "${prefix}/lib/tcl8.5"
+FILES_${PN} += "${prefix}/lib/tcl8"
 FILES_${PN}-dev += "${libdir}/tclConfig.sh"
 
 BBCLASSEXTEND = "native"

Regards
Gyorgy Kovesdi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: add-modules-dir.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20120214/374a47a6/attachment-0002.bin>


More information about the Openembedded-core mailing list