From 9b63fbb5f41d8a7167bbb534da03908c996693ad Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 28 Feb 2012 17:51:09 +0000 Subject: tcl: Ensure native verison has correct dependencies and builds Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/tcltk') 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" -- cgit 1.2.3-korg