[oe] [PATCH] insane.bbclass: Skip '.pc' in qa_configure

Khem Raj raj.khem at gmail.com
Sat Oct 2 20:35:32 UTC 2010


On Fri, Oct 1, 2010 at 2:49 PM, Tom Rini <tom_rini at mentor.com> wrote:
> Signed-off-by: Tom Rini <tom_rini at mentor.com>

Acked-by: Khem Raj <raj.khem at gmail.com>

> ---
>  classes/insane.bbclass |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/classes/insane.bbclass b/classes/insane.bbclass
> index 5afa63c..9087efd 100644
> --- a/classes/insane.bbclass
> +++ b/classes/insane.bbclass
> @@ -466,6 +466,8 @@ python do_qa_configure() {
>     configs = []
>     bb.debug(1, "Checking sanity of the config.log file")
>     for root, dirs, files in os.walk(bb.data.getVar('WORKDIR', d, True)):
> +        if ".pc" in root:
> +            continue
>         statement = "grep 'CROSS COMPILE Badness:' %s > /dev/null" % \
>                     os.path.join(root,"config.log")
>         if "config.log" in files:
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list