diff options
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 } |