base.bbclass: unexport MACHINE

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@957 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2006-11-25 09:58:34 +00:00
parent 0da3c82a66
commit 82dd73248d
1 changed files with 1 additions and 0 deletions

View File

@ -711,6 +711,7 @@ def base_after_parse(d):
# Make sure MACHINE *isn't* exported
bb.data.delVarFlag('MACHINE', 'export', d)
bb.data.setVarFlag('MACHINE', 'unexport', 1, d)
mach_arch = bb.data.getVar('MACHINE_ARCH', d, 1)
old_arch = bb.data.getVar('PACKAGE_ARCH', d, 1)