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 2de023f962..0193a73528 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -141,7 +141,7 @@ def check_sanity(e): | |||
141 | # | 141 | # |
142 | # Check the 'ABI' of TMPDIR | 142 | # Check the 'ABI' of TMPDIR |
143 | # | 143 | # |
144 | current_abi = data.getVar('SANITY_ABI', e.data, True) | 144 | current_abi = data.getVar('OELAYOUT_ABI', e.data, True) |
145 | abifile = data.getVar('SANITY_ABIFILE', e.data, True) | 145 | abifile = data.getVar('SANITY_ABIFILE', e.data, True) |
146 | if os.path.exists(abifile): | 146 | if os.path.exists(abifile): |
147 | f = file(abifile, "r") | 147 | f = file(abifile, "r") |