aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2010-08-30 23:49:40 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-30 13:17:11 -0700
commit1c30732f94942fde0493d540591d7e131b748e71 (patch)
tree01e1a45fb76878c216e558a946f7f534cb41f918 /recipes/tcltk
parentf72df9c6e969a622ea8829d0ce3467fa6c0cb8e8 (diff)
downloadopenembedded-1c30732f94942fde0493d540591d7e131b748e71.tar.gz
tk: Run oe-stylize.py script and change the recipe accordingly
* Run the oe-stylize.py script and modify the recipe according to the output of the script. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/tcltk')
-rw-r--r--recipes/tcltk/tk_8.5.8.bb19
1 files changed, 9 insertions, 10 deletions
diff --git a/recipes/tcltk/tk_8.5.8.bb b/recipes/tcltk/tk_8.5.8.bb
index 7637b7b5f2..01d09e88ca 100644
--- a/recipes/tcltk/tk_8.5.8.bb
+++ b/recipes/tcltk/tk_8.5.8.bb
@@ -1,9 +1,8 @@
DESCRIPTION = "Tool Command Language ToolKit Extension"
-LICENSE = "tcl"
-SECTION = "devel/tcltk"
HOMEPAGE = "http://tcl.sourceforge.net"
+SECTION = "devel/tcltk"
+LICENSE = "tcl"
DEPENDS = "tcl virtual/libx11 libxt"
-
PR = "r1"
SRC_URI = "\
@@ -16,7 +15,6 @@ SRC_URI = "\
file://tkprivate.diff;striplevel=2 \
file://fix-xft.diff \
"
-
SRC_URI[md5sum] = "13bf90602e16fc530e05196431021dc6"
SRC_URI[sha256sum] = "9737da5c30e631281062b6acbb4753840f9e95657c78e37657d9c520589ab2d4"
@@ -31,16 +29,17 @@ EXTRA_OECONF = "\
--x-libraries=${STAGING_LIBDIR} \
"
-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
+ 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} += "${libdir}/tk*"
+BINCONFIG_GLOB = "*Config.sh"
+