summaryrefslogtreecommitdiff
path: root/meta/classes/package.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/package.bbclass')
-rw-r--r--meta/classes/package.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package.bbclass b/meta/classes/package.bbclass
index 0161c6805..f2950e25c 100644
--- a/meta/classes/package.bbclass
+++ b/meta/classes/package.bbclass
@@ -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)