[OE-core] [PATCH 02/12] oe.patch: add missing imports

Chris Larson kergoth at gmail.com
Thu Mar 17 16:19:00 UTC 2011


From: Chris Larson <chris_larson at mentor.com>

Signed-off-by: Chris Larson <chris_larson at mentor.com>
---
 meta/lib/oe/patch.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py
index c8eeb8b..5fb687d 100644
--- a/meta/lib/oe/patch.py
+++ b/meta/lib/oe/patch.py
@@ -1,4 +1,6 @@
 import oe.path
+import os
+import bb.utils, bb.msg, bb.data, bb.fetch2
 
 class NotFoundError(Exception):
     def __init__(self, path):
-- 
1.7.2.3





More information about the Openembedded-core mailing list