mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
package.bbclass: Make unshipped packages message more readable
(From OE-Core rev: bc73fa1256d678c09c0d9b50e0153623861dcf32) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -921,7 +921,7 @@ python populate_packages () {
|
||||
unshipped.append(path)
|
||||
|
||||
if unshipped != []:
|
||||
bb.warn("the following files were installed but not shipped in any package: %s" % pn)
|
||||
bb.warn("For recipe %s, the following files were installed but not shipped in any package:" % pn)
|
||||
for f in unshipped:
|
||||
bb.warn(" " + f)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user