[oe] [PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console

Eric Bénard eric at eukrea.com
Fri May 6 16:11:17 UTC 2011


On 06/05/2011 17:13, Koen Kooi wrote:
> Signed-off-by: Koen Kooi<koen at openembedded.org>
Acked-by: Eric Bénard <eric at eukrea.com>
> ---
>   classes/package.bbclass |    4 ++--
>   1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/classes/package.bbclass b/classes/package.bbclass
> index 901ad9d..2b98049 100644
> --- a/classes/package.bbclass
> +++ b/classes/package.bbclass
> @@ -464,9 +464,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)
>





More information about the Openembedded-devel mailing list