diff options
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r-- | meta/classes/package.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass index 0161c68054..f2950e25c2 100644 --- a/meta/classes/package.bbclass +++ b/meta/classes/package.bbclass | |||
@@ -921,7 +921,7 @@ python populate_packages () { | |||
921 | unshipped.append(path) | 921 | unshipped.append(path) |
922 | 922 | ||
923 | if unshipped != []: | 923 | if unshipped != []: |
924 | bb.warn("the following files were installed but not shipped in any package: %s" % pn) | 924 | bb.warn("For recipe %s, the following files were installed but not shipped in any package:" % pn) |
925 | for f in unshipped: | 925 | for f in unshipped: |
926 | bb.warn(" " + f) | 926 | bb.warn(" " + f) |
927 | 927 | ||