]> code.ossystems Code Review - openembedded-core.git/commit
allarch.bbclass: A "all" TARGET_ARCH is dangerous as an OVERRIDE
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 31 May 2011 22:05:31 +0000 (23:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Jun 2011 13:10:49 +0000 (14:10 +0100)
commit5d7d4e1ed9bedf2b6510796d76ea8f94739b9de2
tree054e1eb8ab6f7458e4121bf7df6d56c218dad241
parent26e5e5feb695864b11e47e24017e254c28f14494
allarch.bbclass: A "all" TARGET_ARCH is dangerous as an OVERRIDE

Having a generic word like "all" as an override is dangerous as this is an override
and can cause issues for function names like "sysroot_stage_all". This patch changes
it to "allarch" to help avoid this kind of problem. The field is only used in the
name of directories anyway.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/allarch.bbclass