insane.bbclass: Clarify missing gettext message
authorTom Rini <tom_rini@mentor.com>
Sun, 20 Feb 2011 14:48:08 +0000 (07:48 -0700)
committerTom Rini <tom_rini@mentor.com>
Sun, 20 Feb 2011 14:52:12 +0000 (07:52 -0700)
Make it clear that what's missing is an 'inherit gettext' in a
recipe.

Signed-off-by: Tom Rini <tom_rini@mentor.com>
classes/insane.bbclass

index a846832..529fe0c 100644 (file)
@@ -494,5 +494,5 @@ Rerun configure task after fixing this. The path was '%s'""" % root)
               gnu = "grep \"^[[:space:]]*AM_GNU_GETTEXT\" %s >/dev/null" % config
               if os.system(gnu) == 0:
                  bb.note("""Gettext required but not in DEPENDS for file %s.
-Missing inherit gettext?""" % config)
+Missing 'inherit gettext' in recipe?""" % config)
 }