summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-05-06 16:48:28 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:09:07 +0100
commit6e50e0c6b0a7e1922305ba934aa3b8ac6f6051bb (patch)
treedbf13b0920576ee4053b0e365a22b5c6a690e4f7 /meta/classes
parent25f4a0e362aa18f060297775aa4591acc8d2b12f (diff)
downloadast2050-yocto-poky-6e50e0c6b0a7e1922305ba934aa3b8ac6f6051bb.zip
ast2050-yocto-poky-6e50e0c6b0a7e1922305ba934aa3b8ac6f6051bb.tar.gz
package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console
(From OE-Core rev: c4365aac40718286d7cc74a0b387cdb8f47e7723) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/package.bbclass4
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)
OpenPOWER on IntegriCloud