diff options
author | Jeremy Puhlman <jpuhlman@mvita.com> | 2009-11-15 22:01:18 -0800 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-12-09 11:58:34 -0700 |
commit | 30dbf4deb5a74f5c63d12d21f9929671bfd2ecd7 (patch) | |
tree | 55ee51d1f66aeca008fb37769674bf00b667c882 | |
parent | 9bd199c537ca6fda184e30c1ceff53cb41bf534f (diff) |
tcl: Always include /usr/lib/tcl* scripts.
Make sure that the tcl scripts are added in altabi builds.
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris larson <clarson@mvista.com>
-rw-r--r-- | 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 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 |