All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/1] remove call to non-existent method
@ 2017-02-10 22:50 Stephano Cetola
  2017-02-10 22:50 ` [PATCH V2 1/1] insane.bbclass: print QA message correctly Stephano Cetola
  0 siblings, 1 reply; 2+ messages in thread
From: Stephano Cetola @ 2017-02-10 22:50 UTC (permalink / raw)
  To: openembedded-core

Changed since V1:
reworded commit message

Stephano Cetola (1):
  insane.bbclass: print QA message correctly

 meta/classes/insane.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.11.1



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

* [PATCH V2 1/1] insane.bbclass: print QA message correctly
  2017-02-10 22:50 [PATCH V2 0/1] remove call to non-existent method Stephano Cetola
@ 2017-02-10 22:50 ` Stephano Cetola
  0 siblings, 0 replies; 2+ messages in thread
From: Stephano Cetola @ 2017-02-10 22:50 UTC (permalink / raw)
  To: openembedded-core

Replace call to non-existent method "messages" with call to correct
QA logging method.

Fixes [YOCTO #11014]

introduced in OE-core revision 1dcb38ca9d6

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
---
 meta/classes/insane.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 3cf86c12c3..ddd58d0875 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -398,7 +398,7 @@ def package_qa_check_dbg(path, name, d, elf, messages):
 
     if not "-dbg" in name and not "-ptest" in name:
         if '.debug' in path.split(os.path.sep):
-            messages("debug-files", "non debug package contains .debug directory: %s path %s" % \
+            package_qa_add_message(messages, "debug-files", "non debug package contains .debug directory: %s path %s" % \
                      (name, package_qa_clean_path(path,d)))
 
 QAPATHTEST[perms] = "package_qa_check_perm"
-- 
2.11.1



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

end of thread, other threads:[~2017-02-10 22:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-10 22:50 [PATCH V2 0/1] remove call to non-existent method Stephano Cetola
2017-02-10 22:50 ` [PATCH V2 1/1] insane.bbclass: print QA message correctly Stephano Cetola

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.