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:09 +0000 |
commit | 9b63fbb5f41d8a7167bbb534da03908c996693ad (patch) | |
tree | 9d52cc796a02d3f3c8354b21b7ab0146784a56d6 | |
parent | 18ad7e003e36510ff0097d71bad0378a77fabbdd (diff) | |
download | openembedded-core-9b63fbb5f41d8a7167bbb534da03908c996693ad.tar.gz openembedded-core-9b63fbb5f41d8a7167bbb534da03908c996693ad.tar.bz2 openembedded-core-9b63fbb5f41d8a7167bbb534da03908c996693ad.zip |
tcl: Ensure native verison has correct dependencies and builds
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" # isn't getting picked up by shlibs code RDEPENDS_${PN} += "tcl-lib" +RDEPENDS_${PN}_virtclass-native = "" BBCLASSEXTEND = "native" |