aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-10-26 20:13:11 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-10-27 15:03:26 +0100
commita9d0016a420aa6f55db6261db86d85f0fe92efbe (patch)
treeec6fee15f7c33ca822bb39ecd698087ec9633292 /classes
parent617783573618914243be5b6c2502b1eb497be98a (diff)
downloadopenembedded-a9d0016a420aa6f55db6261db86d85f0fe92efbe.tar.gz
insane.bbclass: import bb to make python happy
With bitbake -b this broke, import bb to make the python runtime happy.
Diffstat (limited to 'classes')
-rw-r--r--classes/insane.bbclass1
1 files changed, 1 insertions, 0 deletions
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)