From: Jeremy Puhlman Date: Mon, 16 Nov 2009 06:01:18 +0000 (-0800) Subject: tcl: Always include /usr/lib/tcl* scripts. X-Git-Tag: Release-2010-05/1~1352 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30dbf4deb5a74f5c63d12d21f9929671bfd2ecd7;p=openembedded.git tcl: Always include /usr/lib/tcl* scripts. Make sure that the tcl scripts are added in altabi builds. Signed-off-by: Jeremy Puhlman Signed-off-by: Chris larson --- diff --git a/recipes/tcltk/tcl_8.4.19.bb b/recipes/tcltk/tcl_8.4.19.bb index dc71db9c72..ff63472a31 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