summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/insane.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index b7893a4c35..4267cbd0f6 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbclass
@@ -1135,7 +1135,7 @@ Rerun configure task after fixing this."""
1135 for config in configs: 1135 for config in configs:
1136 gnu = "grep \"^[[:space:]]*AM_GNU_GETTEXT\" %s >/dev/null" % config 1136 gnu = "grep \"^[[:space:]]*AM_GNU_GETTEXT\" %s >/dev/null" % config
1137 if subprocess.call(gnu, shell=True) == 0: 1137 if subprocess.call(gnu, shell=True) == 0:
1138 error_msg = "%s required but not in DEPENDS for file %s. Missing inherit gettext?" 1138 error_msg = "AM_GNU_GETTEXT used but no inherit gettext"
1139 package_qa_handle_error("configure-gettext", error_msg, d) 1139 package_qa_handle_error("configure-gettext", error_msg, d)
1140 1140
1141 ########################################################################### 1141 ###########################################################################