| Submitter | Saul Wold |
|---|---|
| Date | May 9, 2011, 6:59 a.m. |
| Message ID | <c4365aac40718286d7cc74a0b387cdb8f47e7723.1304924223.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/3457/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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)