git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f923ef9
)
oe.patch: add missing bb imports
author
Chris Larson
<chris_larson@mentor.com>
Fri, 17 Dec 2010 19:24:02 +0000
(12:24 -0700)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/oe/patch.py
b/lib/oe/patch.py
index
4e709be
..
0d946d1
100644
(file)
--- 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):