From 8050b45254a8f36b7873b2d9027d2fe902e79a87 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 26 Oct 2006 08:58:25 +0000 Subject: [PATCH] insane.bbclass: import bb --- classes/insane.bbclass | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5