diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-26 08:58:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-26 08:58:25 +0000 |
commit | 8050b45254a8f36b7873b2d9027d2fe902e79a87 (patch) | |
tree | 03853e62a22d4f7f5c98a85c28bef42cda6f262c /classes | |
parent | eaee660696fc304f2cc9de2b15361872ce566547 (diff) |
insane.bbclass: import bb
Diffstat (limited to 'classes')
-rw-r--r-- | classes/insane.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 |