aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe/patch.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-17 12:24:02 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-17 12:24:23 -0700
commit8caed59aac61a671479eae6aaa95e22e55129d5e (patch)
treeaed4bf7b4a1023557bc05a117c3dbb97365fdede /lib/oe/patch.py
parentf923ef91babb9688ac1e1d2a6e19324168a24d44 (diff)
downloadopenembedded-8caed59aac61a671479eae6aaa95e22e55129d5e.tar.gz
oe.patch: add missing bb imports
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/oe/patch.py')
-rw-r--r--lib/oe/patch.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/oe/patch.py b/lib/oe/patch.py
index 4e709be6ad..0d946d1fed 100644
--- a/lib/oe/patch.py
+++ b/lib/oe/patch.py
@@ -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):