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

Philip Balister philip at balister.org
Fri May 6 16:00:35 UTC 2011


Acked-by: Philip Balister <philip at balister.org>

On 05/06/2011 11:13 AM, Koen Kooi wrote:
> Signed-off-by: Koen Kooi<koen at openembedded.org>
> ---
>   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