classes/insane.bbclass: missing import os was added in the .so check
authorHolger Freyther <zecke@selfish.org>
Mon, 19 Feb 2007 17:14:03 +0000 (17:14 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 19 Feb 2007 17:14:03 +0000 (17:14 +0000)
classes/insane.bbclass

index 1664936..9a046cb 100644 (file)
@@ -212,7 +212,7 @@ def package_qa_check_devdbg(path, name,d):
     non dev packages containing
     """
 
-    import bb
+    import bb, os
     sane = True
 
     if not "-dev" in name: