From 2474e6c55c918c8cd5cc1800d30260243b45eeef 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 (From OE-Core rev: 9b63fbb5f41d8a7167bbb534da03908c996693ad) Signed-off-by: Richard Purdie --- meta/recipes-devtools/tcltk/tcl_8.5.11.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta') 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 v1.2.3-54-g00ecf