[oe-commits] Chris Larson : oe.patch: add missing bb imports

git version control git at git.openembedded.org
Fri Dec 17 19:25:47 UTC 2010


Module: openembedded.git
Branch: master
Commit: 8caed59aac61a671479eae6aaa95e22e55129d5e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8caed59aac61a671479eae6aaa95e22e55129d5e

Author: Chris Larson <chris_larson at mentor.com>
Date:   Fri Dec 17 12:24:02 2010 -0700

oe.patch: add missing bb imports

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 lib/oe/patch.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/oe/patch.py b/lib/oe/patch.py
index 4e709be..0d946d1 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):





More information about the Openembedded-commits mailing list