aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tcltk
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2010-08-31 00:34:53 +0000
committerKhem Raj <raj.khem@gmail.com>2010-09-30 13:17:25 -0700
commitc75fdc92ff7eacb6e183b4c4b861f40770291a11 (patch)
treecd05223d15bb0235d5970562bca6b1d39707b84f /recipes/tcltk
parent296f8244f324c355d693307ded8d57b0e49752b6 (diff)
downloadopenembedded-c75fdc92ff7eacb6e183b4c4b861f40770291a11.tar.gz
tk: Merge target and native packages using BBCLASSEXTEND
* Set BBCLASSEXTEND to native * Bump PR to "r2" 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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/tcltk/tk_8.5.8.bb b/recipes/tcltk/tk_8.5.8.bb
index 01d09e88ca..5dcd61ad24 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 = "r1"
+PR = "r2"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/tcl/tk${PV}-src.tar.gz \
@@ -42,4 +42,5 @@ FILES_${PN}-lib = "${libdir}/libtk8.5.so.*"
FILES_${PN} += "${libdir}/tk*"
BINCONFIG_GLOB = "*Config.sh"
+BBCLASSEXTEND = "native"