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

Chris Larson clarson at mvista.com
Thu Aug 27 21:12:57 UTC 2009


Signed-off-by: Chris Larson <clarson at mvista.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.
-- 
1.6.0





More information about the Openembedded-devel mailing list