aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-20 07:48:08 -0700
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:45 +0100
commitb74df01cf77f2b5a74219e8a9991a9b79afc8d43 (patch)
tree49a6d022e55ff75105f9194f639cbf419a5a2206 /classes
parentf4de2012617d74cbe4da26dc0b34fec42813d73f (diff)
downloadopenembedded-b74df01cf77f2b5a74219e8a9991a9b79afc8d43.tar.gz
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@mentor.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/insane.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/insane.bbclass b/classes/insane.bbclass
index a846832b39..529fe0c67d 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)
}