oe.patch: add missing bb imports
authorChris Larson <chris_larson@mentor.com>
Fri, 17 Dec 2010 19:24:02 +0000 (12:24 -0700)
committerChris Larson <chris_larson@mentor.com>
Fri, 17 Dec 2010 19:24:23 +0000 (12:24 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/oe/patch.py

index 4e709be..0d946d1 100644 (file)
@@ -2,6 +2,7 @@ import subprocess
 import os
 import oe.path
 import oe.process
+import bb.fetch, bb.data
 
 class PatchError(Exception):
     def __init__(self, msg):