git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
296f824
)
tk: Merge target and native packages using BBCLASSEXTEND
author
Noor Ahsan
<noor_ahsan@mentor.com>
Tue, 31 Aug 2010 00:34:53 +0000
(
00:34
+0000)
committer
Khem Raj
<raj.khem@gmail.com>
Thu, 30 Sep 2010 20:17:25 +0000
(13:17 -0700)
* 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>
recipes/tcltk/tk_8.5.8.bb
patch
|
blob
|
history
diff --git
a/recipes/tcltk/tk_8.5.8.bb
b/recipes/tcltk/tk_8.5.8.bb
index
01d09e8
..
5dcd61a
100644
(file)
--- 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 = "r
1
"
+PR = "r
2
"
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"