summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/tcltk
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 17:51:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-28 17:51:51 +0000
commit2474e6c55c918c8cd5cc1800d30260243b45eeef (patch)
treea6f12bbcff292042b6a160a63189ed93abbe399a /meta/recipes-devtools/tcltk
parent7f67843c322caa9361036073b95cac209454147e (diff)
downloadpoky-2474e6c55c918c8cd5cc1800d30260243b45eeef.tar.gz
tcl: Ensure native verison has correct dependencies and builds
(From OE-Core rev: 9b63fbb5f41d8a7167bbb534da03908c996693ad) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/tcltk')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.5.11.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
index ef1b76d58d..c07f2aa18d 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.5.11.bb
@@ -64,5 +64,6 @@ FILES_${PN}-dev += "${libdir}/tclConfig.sh"
64 64
65# isn't getting picked up by shlibs code 65# isn't getting picked up by shlibs code
66RDEPENDS_${PN} += "tcl-lib" 66RDEPENDS_${PN} += "tcl-lib"
67RDEPENDS_${PN}_virtclass-native = ""
67 68
68BBCLASSEXTEND = "native" 69BBCLASSEXTEND = "native"