From patchwork Tue Feb 14 07:59:56 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: tcl modules are missing Date: Tue, 14 Feb 2012 07:59:56 -0000 From: Gyorgy Kovesdi X-Patchwork-Id: 21223 Message-Id: <2061594.EF8qQeAt5j@linux-oxe9> To: openembedded-core@lists.openembedded.org Hi, I have problems using tcl: the modules directory (/usr/lib/tcl8) is missing. I created a patch to solve it: Regards Gyorgy Kovesdi 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"