Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] sstate: Add detail to shared area warning
@ 2012-10-02 22:00 Saul Wold
  2012-10-02 22:00 ` Phil Blundell
  0 siblings, 1 reply; 8+ messages in thread
From: Saul Wold @ 2012-10-02 22:00 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #3191]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/classes/sstate.bbclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass
index 03f083e..ca50483 100644
--- a/meta/classes/sstate.bbclass
+++ b/meta/classes/sstate.bbclass
@@ -158,7 +158,7 @@ def sstate_install(ss, d):
             if realmatch:
                 match.append(f)
     if match:
-        bb.warn("The recipe is trying to install files into a shared area when those files already exist. Those files are:\n   %s" % "\n   ".join(match))
+        bb.warn("The %s recipe is trying to install files into a shared area when those files already exist (please fix %s). Those files are:\n   %s" % (d.getVar('PN', True), d.getVar('FILE', True), "\n   ".join(match)))
 
     # Write out the manifest
     f = open(manifest, "w")
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-10-03  1:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-02 22:00 [PATCH] sstate: Add detail to shared area warning Saul Wold
2012-10-02 22:00 ` Phil Blundell
2012-10-02 22:06   ` Saul Wold
2012-10-02 22:05     ` Phil Blundell
2012-10-02 22:11   ` Martin Jansa
2012-10-02 22:22     ` Richard Purdie
2012-10-03  1:00       ` McClintock Matthew-B29882
2012-10-02 22:20   ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox