summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 334e362632..2539bd8c1b 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -559,7 +559,7 @@ def sanity_check_conffiles(status, d):
559 success = False 559 success = False
560 status.addresult(e.msg) 560 status.addresult(e.msg)
561 if success: 561 if success:
562 bb.note("Your conf/bblayers.conf has been automatically updated.") 562 bb.note("Your %s file has been automatically updated." % conffile)
563 status.reparse = True 563 status.reparse = True
564 564
565def sanity_handle_abichanges(status, d): 565def sanity_handle_abichanges(status, d):