From: Richard Purdie Date: Tue, 28 Feb 2012 17:51:09 +0000 (+0000) Subject: tcl: Ensure native verison has correct dependencies and builds X-Git-Tag: 2015-4~11590 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9b63fbb5f41d8a7167bbb534da03908c996693ad;p=openembedded-core.git tcl: Ensure native verison has correct dependencies and builds Signed-off-by: Richard Purdie --- 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"