[oe-commits] Stanislav Brabec : tk: Use do_install_append instead of do_install ( cosmetic change).

git version control git at git.openembedded.org
Wed Apr 20 20:04:59 UTC 2011


Module: openembedded.git
Branch: master
Commit: 051e8b214db018a0d4b72360ff12c984a2253300
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=051e8b214db018a0d4b72360ff12c984a2253300

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Apr 20 19:57:53 2011 +0000

tk: Use do_install_append instead of do_install (cosmetic change).

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

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

diff --git a/recipes/tcltk/tk_8.5.8.bb b/recipes/tcltk/tk_8.5.8.bb
index 5dcd61a..d32bbe4 100644
--- a/recipes/tcltk/tk_8.5.8.bb
+++ b/recipes/tcltk/tk_8.5.8.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://tcl.sourceforge.net"
 SECTION = "devel/tcltk"
 LICENSE = "tcl"
 DEPENDS = "tcl virtual/libx11 libxt"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "\
   ${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
@@ -29,8 +29,7 @@ EXTRA_OECONF = "\
   --x-libraries=${STAGING_LIBDIR} \
 "
 
-do_install() {
-        autotools_do_install
+do_install_append() {
         mv libtk8.5.so libtk8.5.so.0
         oe_libinstall -so libtk8.5 ${D}${libdir}
         ln -sf wish8.5 ${D}${bindir}/wish
@@ -43,4 +42,3 @@ FILES_${PN} += "${libdir}/tk*"
 
 BINCONFIG_GLOB = "*Config.sh"
 BBCLASSEXTEND = "native"
-





More information about the Openembedded-commits mailing list