[oe-commits] Koen Kooi : tk 8.5.8: reintroduce .so workaround

git version control git at git.openembedded.org
Wed May 19 14:06:42 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4e62775c6f368859fc43d0081ff7afaa779aa65b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4e62775c6f368859fc43d0081ff7afaa779aa65b

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed May 19 15:54:36 2010 +0200

tk 8.5.8: reintroduce .so workaround

---

 recipes/tcltk/tk_8.5.8.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/tcltk/tk_8.5.8.bb b/recipes/tcltk/tk_8.5.8.bb
index 4e14937..08683a3 100644
--- a/recipes/tcltk/tk_8.5.8.bb
+++ b/recipes/tcltk/tk_8.5.8.bb
@@ -4,6 +4,8 @@ SECTION = "devel/tcltk"
 HOMEPAGE = "http://tcl.sourceforge.net"
 DEPENDS = "tcl virtual/libx11 libxt"
 
+PR = "r1"
+
 SRC_URI = "\
   ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
   file://confsearch.diff;patch=1;pnum=2 \
@@ -33,10 +35,12 @@ BINCONFIG_GLOB = "*Config.sh"
 
 do_install() {
 	autotools_do_install
+	mv libtk8.5.so libtk8.5.so.0
+	oe_libinstall -so libtk8.5 ${D}${libdir}
 	ln -sf wish8.5 ${D}${bindir}/wish
 }
 
 PACKAGES =+ "${PN}-lib"
-FILES_${PN}-lib = "${libdir}/libtk8.5.so"
+FILES_${PN}-lib = "${libdir}/libtk8.5.so.*"
 FILES_${PN} += "${libdir}/tk*"
 





More information about the Openembedded-commits mailing list