patch.bbclass: Show full path of a patch.
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 28 Jan 2008 00:11:15 +0000 (00:11 +0000)
committerPaul 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

index 0cc2028..6f83d9c 100644 (file)
@@ -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: