summaryrefslogtreecommitdiffstats
path: root/meta/classes/sanity.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-24 11:10:33 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-24 11:10:33 +0000
commit8beb43ca485fb9b408f9445d9185a2ba89d1a154 (patch)
tree2f222f89a3e321c8233d5f2b50f8abacdcbca2e1 /meta/classes/sanity.bbclass
parent09d8aa054f6a854f5c394a787e1c8196303660e3 (diff)
downloadpoky-8beb43ca485fb9b408f9445d9185a2ba89d1a154.tar.gz
Move SANITY_ABI to its own file and give a more general name
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4938 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/sanity.bbclass')
-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 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")