[oe-commits] Noor Ahsan : tk: Merge target and native packages using BBCLASSEXTEND

git version control git at git.openembedded.org
Thu Sep 30 20:18:48 UTC 2010


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

Author: Noor Ahsan <noor_ahsan at mentor.com>
Date:   Tue Aug 31 00:34:53 2010 +0000

tk: Merge target and native packages using BBCLASSEXTEND

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

Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
Signed-off-by: Khem Raj <raj.khem at gmail.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"
 





More information about the Openembedded-commits mailing list