summaryrefslogtreecommitdiffstats
path: root/meta/lib/oe/patch.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oe/patch.py')
-rw-r--r--meta/lib/oe/patch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oe/patch.py b/meta/lib/oe/patch.py
index 244f6c5cf2..59abd0af19 100644
--- a/meta/lib/oe/patch.py
+++ b/meta/lib/oe/patch.py
@@ -331,7 +331,7 @@ class QuiltTree(PatchSet):
331 patch = self.patches[kwargs["patch"]] 331 patch = self.patches[kwargs["patch"]]
332 if not patch: 332 if not patch:
333 raise PatchError("No patch found at index %s in patchset." % kwargs["patch"]) 333 raise PatchError("No patch found at index %s in patchset." % kwargs["patch"])
334 (type, host, path, user, pswd, parm) = bb.decodeurl(patch["remote"]) 334 (type, host, path, user, pswd, parm) = bb.fetch.decodeurl(patch["remote"])
335 if type == "file": 335 if type == "file":
336 import shutil 336 import shutil
337 if not patch.get("file") and patch.get("remote"): 337 if not patch.get("file") and patch.get("remote"):