[oe] insane.bbclass: only abort on the gettext check if it's the po makefile getting hte messages, for now.

Tom Rini tom_rini at mentor.com
Thu Feb 25 18:47:02 UTC 2010


On Thu, 2009-08-27 at 11:12 +0000, Christopher Larson wrote:
> Signed-off-by: Chris Larson <clarson at mvista.com>

Acked-by: Tom Rini <tom_rini at mentor.com>

> ---
> 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 <tom_rini at mentor.com>
Mentor Graphics Corporation




More information about the Openembedded-devel mailing list