summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/package.bbclass')
-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 e6b3df7b4f..082f233d88 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -676,9 +676,9 @@ python populate_packages () {
676 unshipped.append(path) 676 unshipped.append(path)
677 677
678 if unshipped != []: 678 if unshipped != []:
679 bb.note("the following files were installed but not shipped in any package:") 679 bb.warn("the following files were installed but not shipped in any package:")
680 for f in unshipped: 680 for f in unshipped:
681 bb.note(" " + f) 681 bb.warn(" " + f)
682 682
683 bb.build.exec_func("package_name_hook", d) 683 bb.build.exec_func("package_name_hook", d)
684 684