diff options
author | Phil Blundell <philb@gnu.org> | 2009-11-13 12:11:17 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-11-13 12:11:17 +0000 |
commit | 2d32253aadcaeb3139aa303586ee11bc44f2d4c8 (patch) | |
tree | 72cfda246beee291d38ce0a19e4306587e43caa1 /recipes/tcltk/tcl_8.4.19.bb | |
parent | 2f08fd26b2b70ce798115bb406702f02c5fdc310 (diff) |
tcl: try to fix sundry problems with library staging
Diffstat (limited to 'recipes/tcltk/tcl_8.4.19.bb')
-rw-r--r-- | recipes/tcltk/tcl_8.4.19.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/tcltk/tcl_8.4.19.bb b/recipes/tcltk/tcl_8.4.19.bb index e70a2c861c..dc71db9c72 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 = "r2" +PR = "r3" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/tcl/tcl${PV}-src.tar.gz \ @@ -44,8 +44,6 @@ do_stage() { do_install() { autotools_do_install - mv libtcl8.4.so libtcl8.4.so.0 - oe_libinstall -so libtcl8.4 ${D}${libdir} ln -sf ./tclsh8.4 ${D}${bindir}/tclsh } |