All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console
@ 2011-05-06 15:13 Koen Kooi
  2011-05-06 16:00 ` Philip Balister
  2011-05-06 16:11 ` Eric Bénard
  0 siblings, 2 replies; 12+ messages in thread
From: Koen Kooi @ 2011-05-06 15:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@openembedded.org>
---
 classes/package.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/classes/package.bbclass b/classes/package.bbclass
index 901ad9d..2b98049 100644
--- a/classes/package.bbclass
+++ b/classes/package.bbclass
@@ -464,9 +464,9 @@ python populate_packages () {
 				unshipped.append(path)
 
 	if unshipped != []:
-		bb.note("the following files were installed but not shipped in any package:")
+		bb.warn("the following files were installed but not shipped in any package:")
 		for f in unshipped:
-			bb.note("  " + f)
+			bb.warn("  " + f)
 
 	bb.build.exec_func("package_name_hook", d)
 
-- 
1.6.6.1




^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console
@ 2011-05-06 14:48 Koen Kooi
  2011-05-06 14:57 ` Mark Hatle
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Koen Kooi @ 2011-05-06 14:48 UTC (permalink / raw)
  To: openembedded-core; +Cc: Koen Kooi

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
 meta/classes/package.bbclass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index e6b3df7..082f233 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -676,9 +676,9 @@ python populate_packages () {
 				unshipped.append(path)
 
 	if unshipped != []:
-		bb.note("the following files were installed but not shipped in any package:")
+		bb.warn("the following files were installed but not shipped in any package:")
 		for f in unshipped:
-			bb.note("  " + f)
+			bb.warn("  " + f)
 
 	bb.build.exec_func("package_name_hook", d)
 
-- 
1.6.6.1




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

end of thread, other threads:[~2011-05-09 16:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 15:13 [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console Koen Kooi
2011-05-06 16:00 ` Philip Balister
2011-05-06 16:11 ` Eric Bénard
  -- strict thread matches above, loose matches on Subject: below --
2011-05-06 14:48 Koen Kooi
2011-05-06 14:57 ` Mark Hatle
2011-05-06 15:19 ` Tom Rini
2011-05-07 16:50 ` Darren Hart
2011-05-08  6:23   ` Khem Raj
2011-05-09  7:11     ` Koen Kooi
2011-05-09  7:16       ` Graeme Gregory
2011-05-09  9:48   ` Richard Purdie
2011-05-09 16:06 ` Saul Wold

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.