[oe] [PATCH] tk: Merge target and native packages using BBCLASSEXTEND

Noor Ahsan noor_ahsan at mentor.com
Tue Aug 31 10:34:53 UTC 2010


* Set BBCLASSEXTEND to native
* Bump PR to "r2"

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
---
 recipes/tcltk/tk_8.5.8.bb |    3 ++-
 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 01d09e8..5dcd61a 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"
 
-- 
1.6.3.3





More information about the Openembedded-devel mailing list