mulitlib.bbclass: Ensure correct value of ALL_MULTILIB_PACKAGE_ARCHS is preserved
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Apr 2012 21:46:17 +0000 (22:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 14 Apr 2012 21:54:50 +0000 (22:54 +0100)
commita4b19d225e7e9f087aa8d7008f5a17fc65e23e4e
tree3c83dde748144e78bc41c92d3ac13fbdc113171a
parent2ae288e9d2f0f85ee4a98bff6a1ac2b922749f42
mulitlib.bbclass: Ensure correct value of ALL_MULTILIB_PACKAGE_ARCHS is preserved

The value of ALL_MULTILIB_PACKAGE_ARCHS needs to be consistent both
in multilib extended recipes and in normal context. If this isn't the
case it can lead to inconsistent configuration files at a minimum.

This patch ensures the value is preserved during the class extension code
since computing it after that point is hard.

[YOCTO #2290]

(From OE-Core rev: 529bc145152bb36d9696226b93729377a3b6a240)

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