From: Holger Hans Peter Freyther Date: Sun, 26 Oct 2008 19:13:11 +0000 (+0100) Subject: insane.bbclass: import bb to make python happy X-Git-Tag: Release-2010-05/1~5598 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9d0016a420aa6f55db6261db86d85f0fe92efbe;p=openembedded.git insane.bbclass: import bb to make python happy With bitbake -b this broke, import bb to make the python runtime happy. --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 6608666e4d..331fd57109 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -422,6 +422,7 @@ def package_qa_check_rdepends(pkg, workdir, d): # The PACKAGE FUNC to scan each package python do_package_qa () { + import bb bb.note("DO PACKAGE QA") workdir = bb.data.getVar('WORKDIR', d, True) packages = bb.data.getVar('PACKAGES',d, True)