From: Koen Kooi Date: Thu, 26 Oct 2006 08:58:25 +0000 (+0000) Subject: insane.bbclass: import bb X-Git-Tag: Release-2010-05/1~9453^2~577^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8050b45254a8f36b7873b2d9027d2fe902e79a87;p=openembedded.git insane.bbclass: import bb --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 062b1505b1..f6000f1393 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -17,6 +17,7 @@ # possible and this is contained within the pax-utils-native # + # We play a special package function inherit package PACKAGE_DEPENDS += "pax-utils-native" @@ -91,6 +92,7 @@ def package_qa_walk(path, funcs, package,d): def package_qa_check_rdepends(pkg, d): + import bb if not "-dbg" in pkg and not "task-" in pkg and not "-image" in pkg: # Copied from package_ipk.bbclass # boiler plate to update the data