From 30dbf4deb5a74f5c63d12d21f9929671bfd2ecd7 Mon Sep 17 00:00:00 2001 From: Jeremy Puhlman Date: Sun, 15 Nov 2009 22:01:18 -0800 Subject: 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 --- recipes/tcltk/tcl_8.4.19.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes') 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 -- cgit 1.2.3-korg