[oe-commits] Jeremy Puhlman : tcl: Always include /usr/lib/tcl* scripts.

git version control git at git.openembedded.org
Thu Dec 10 08:39:53 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 30dbf4deb5a74f5c63d12d21f9929671bfd2ecd7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=30dbf4deb5a74f5c63d12d21f9929671bfd2ecd7

Author: Jeremy Puhlman <jpuhlman at mvita.com>
Date:   Sun Nov 15 22:01:18 2009 -0800

tcl: Always include /usr/lib/tcl* scripts.

Make sure that the tcl scripts are added in altabi builds.

Signed-off-by: Jeremy Puhlman <jpuhlman at mvista.com>
Signed-off-by: Chris larson <clarson at mvista.com>

---

 recipes/tcltk/tcl_8.4.19.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/tcltk/tcl_8.4.19.bb b/recipes/tcltk/tcl_8.4.19.bb
index dc71db9..ff63472 100644
--- a/recipes/tcltk/tcl_8.4.19.bb
+++ b/recipes/tcltk/tcl_8.4.19.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Tool Command Language"
 LICENSE = "tcl"
 SECTION = "devel/tcltk"
 HOMEPAGE = "http://tcl.sourceforge.net"
-PR = "r3"
+PR = "r4"
 
 SRC_URI = "\
   ${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \
@@ -15,6 +15,8 @@ inherit autotools
 
 EXTRA_OECONF = "--enable-threads"
 
+FILES_${PN} += "${prefix}/lib"
+
 do_configure() {
 	gnu-configize
 	oe_runconf





More information about the Openembedded-commits mailing list