* tcl modules are missing
@ 2012-02-14 7:59 Gyorgy Kovesdi
0 siblings, 0 replies; only message in thread
From: Gyorgy Kovesdi @ 2012-02-14 7:59 UTC (permalink / raw)
To: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 637 bytes --]
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
[-- Attachment #2: add-modules-dir.patch --]
[-- Type: text/x-patch, Size: 489 bytes --]
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"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-14 8:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-14 7:59 tcl modules are missing Gyorgy Kovesdi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox