diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 17:51:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 17:51:51 +0000 |
commit | 2474e6c55c918c8cd5cc1800d30260243b45eeef (patch) | |
tree | a6f12bbcff292042b6a160a63189ed93abbe399a | |
parent | 7f67843c322caa9361036073b95cac209454147e (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 1 |
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 |
66 | RDEPENDS_${PN} += "tcl-lib" | 66 | RDEPENDS_${PN} += "tcl-lib" |
67 | RDEPENDS_${PN}_virtclass-native = "" | ||
67 | 68 | ||
68 | BBCLASSEXTEND = "native" | 69 | BBCLASSEXTEND = "native" |