From 7d80f8e9468253496a7097685aac8f468940a9c5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 15 Sep 2014 14:43:56 +0000 Subject: bitbake: data_smart: Clarify what 'computed' means in the data store history context (Bitbake rev: a2ca038dd1d0be4e0a0b20ae16a467d5a0075514) Signed-off-by: Richard Purdie --- bitbake/lib/bb/data_smart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/bb/data_smart.py b/bitbake/lib/bb/data_smart.py index cf8919c64f..d862308355 100644 --- a/bitbake/lib/bb/data_smart.py +++ b/bitbake/lib/bb/data_smart.py @@ -263,7 +263,7 @@ class VariableHistory(object): flag = '' o.write("# %s %s:%s%s\n# %s\"%s\"\n" % (event['op'], event['file'], event['line'], display_func, flag, re.sub('\n', '\n# ', event['detail']))) if len(history) > 1: - o.write("# computed:\n") + o.write("# pre-expansion value:\n") o.write('# "%s"\n' % (commentVal)) else: o.write("#\n# $%s\n# [no history recorded]\n#\n" % var) -- cgit v1.2.3-54-g00ecf