From: Chris Larson Date: Fri, 17 Dec 2010 19:24:02 +0000 (-0700) Subject: oe.patch: add missing bb imports X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8caed59aac61a671479eae6aaa95e22e55129d5e;p=openembedded.git oe.patch: add missing bb imports Signed-off-by: Chris Larson --- 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):