]> code.ossystems Code Review - openembedded-core.git/commitdiff
package.bbclass: Make unshipped packages message more readable
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jul 2011 12:33:52 +0000 (13:33 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 5 Jul 2011 12:33:52 +0000 (13:33 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass

index 0161c68054e08f0308aa06f3a394fc9778fdbf67..f2950e25c2f4aad76426a431a9168bda1b84cdfe 100644 (file)
@@ -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)