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

git version control git at git.openembedded.org
Fri Apr 22 17:52:28 UTC 2011


Module: openembedded.git
Branch: shr/testing2011.1
Commit: 8c4169c7cd9ef3e581bf3ff22be3644a44395b2d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c4169c7cd9ef3e581bf3ff22be3644a44395b2d

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>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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