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:
54ca785
)
oe.patch: fall back to '-' for quiltrc
author
Chris Larson
<chris_larson@mentor.com>
Sat, 23 Oct 2010 21:43:55 +0000
(14:43 -0700)
committer
Chris Larson
<chris_larson@mentor.com>
Sat, 23 Oct 2010 21:43:55 +0000
(14:43 -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
085842d
..
29d5102
100644
(file)
--- a/
lib/oe/patch.py
+++ b/
lib/oe/patch.py
@@
-132,7
+132,7
@@
class GitApplyTree(PatchTree):
class QuiltTree(PatchSet):
def _runcmd(self, args, run = True):
- quiltrc = bb.data.getVar('QUILTRCFILE', self.d, 1)
+ quiltrc = bb.data.getVar('QUILTRCFILE', self.d, 1)
or '-'
cmdline = ["quilt", "--quiltrc=%s" % quiltrc] + args
if not run:
return subprocess.list2cmdline(cmdline)