On Thu, 2009-08-27 at 11:12 +0000, Christopher Larson wrote:
> Signed-off-by: Chris Larson <[email protected]>

Acked-by: Tom Rini <[email protected]>

> ---
> classes/insane.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/insane.bbclass b/classes/insane.bbclass
> index b811ad0..c431b46 100644
> --- a/classes/insane.bbclass
> +++ b/classes/insane.bbclass
> @@ -548,7 +548,7 @@ python do_qa_configure() {
>      for root, dirs, files in os.walk(bb.data.getVar('WORKDIR', d, True)):
>          logfile = os.path.join(root, "config.log")
>          crosscheck = "grep 'CROSS COMPILE Badness:' %s > /dev/null" % logfile
> -        gettextcheck = "grep -E 'WARNING:  (po|intl)/Makefile.*\.in seems to 
> ignore the .*dir setting$' %s > /dev/null" % logfile
> +        gettextcheck = "grep -E 'WARNING:  po/Makefile.*.in seems to ignore 
> the .*dir setting$' %s > /dev/null" % logfile
>          if "config.log" in files:
>              if os.system(crosscheck) == 0:
>                  bb.fatal("""This autoconf log indicates errors, it looked at 
> host includes.


-- 
Tom Rini <[email protected]>
Mentor Graphics Corporation

_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to