From: Gyorgy Kovesdi <kgy@teledigit.eu>
To: openembedded-core@lists.openembedded.org
Subject: tcl modules are missing
Date: Tue, 14 Feb 2012 08:59:56 +0100 [thread overview]
Message-ID: <2061594.EF8qQeAt5j@linux-oxe9> (raw)
[-- 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"
reply other threads:[~2012-02-14 8:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2061594.EF8qQeAt5j@linux-oxe9 \
--to=kgy@teledigit.eu \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox