From: Paul Sokolovsky Date: Mon, 28 Jan 2008 00:11:15 +0000 (+0000) Subject: patch.bbclass: Show full path of a patch. X-Git-Tag: Release-2010-05/1~7833 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c291df04a3913d8559159f82c3b0ffa4dae7de33;p=openembedded.git patch.bbclass: Show full path of a patch. * This is for consistency with existing non-patch fetch message in base.bbclass. Allows to catch pulling file from wrong override dir quickly. --- diff --git a/classes/patch.bbclass b/classes/patch.bbclass index 0cc202820f..6f83d9c88b 100644 --- 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: