[oe-commits] Tom Rini : insane.bbclass: Clarify missing gettext message

git version control git at git.openembedded.org
Tue Feb 22 01:33:24 UTC 2011


Module: openembedded.git
Branch: trini/simplify-target-flags
Commit: bb13c3a9ff0c184a171f84c4139d1baf3ddfcf81
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=bb13c3a9ff0c184a171f84c4139d1baf3ddfcf81

Author: Tom Rini <tom_rini at mentor.com>
Date:   Sun Feb 20 07:48:08 2011 -0700

insane.bbclass: Clarify missing gettext message

Make it clear that what's missing is an 'inherit gettext' in a
recipe.

Signed-off-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 a846832..529fe0c 100644
--- a/classes/insane.bbclass
+++ b/classes/insane.bbclass
@@ -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)
 }





More information about the Openembedded-commits mailing list