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:
798ff0e
)
patch.bbclass: Show full path of a patch.
author
Paul Sokolovsky
<pmiscml@gmail.com>
Mon, 28 Jan 2008 00:11:15 +0000
(
00:11
+0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Mon, 28 Jan 2008 00:11:15 +0000
(
00:11
+0000)
* This is for consistency with existing non-patch fetch message in base.bbclass.
Allows to catch pulling file from wrong override dir quickly.
classes/patch.bbclass
patch
|
blob
|
history
diff --git
a/classes/patch.bbclass
b/classes/patch.bbclass
index
0cc2028
..
6f83d9c
100644
(file)
--- a/
classes/patch.bbclass
+++ b/
classes/patch.bbclass
@@
-526,7
+526,7
@@
python patch_do_patch() {
bb.note("Patch '%s' applies to earlier revisions" % pname)
continue
- bb.note("Applying patch '%s'
" % pname
)
+ bb.note("Applying patch '%s'
(%s)" % (pname, unpacked)
)
try:
patchset.Import({"file":unpacked, "remote":url, "strippath": pnum}, True)
except: