diff options
Diffstat (limited to 'meta/classes/sanity.bbclass')
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 258d3345e8..13940f81db 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -301,7 +301,7 @@ def check_sanity(e): | |||
301 | f.write(current_abi) | 301 | f.write(current_abi) |
302 | elif (abi != current_abi): | 302 | elif (abi != current_abi): |
303 | # Code to convert from one ABI to another could go here if possible. | 303 | # Code to convert from one ABI to another could go here if possible. |
304 | messages = messages + "Error, TMPDIR has changed ABI (%s to %s) and you need to either rebuild, revert or adjust it at your own risk.\n" % (abi, current_abi) | 304 | messages = messages + "Error, TMPDIR has changed its layout version number (%s to %s) and you need to either rebuild, revert or adjust it at your own risk.\n" % (abi, current_abi) |
305 | else: | 305 | else: |
306 | f = file(abifile, "w") | 306 | f = file(abifile, "w") |
307 | f.write(current_abi) | 307 | f.write(current_abi) |