base.bbclass: fix nondeterministic PACKAGECONFIG processing order
authorChristopher Larson <kergoth@gmail.com>
Wed, 23 Oct 2013 20:47:27 +0000 (13:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 24 Oct 2013 07:38:27 +0000 (08:38 +0100)
commit0fc78475dc6ad919b31078a6755fc1971a097f63
treec645b19567ca0cf25e38997fcbd03135c0c52c83
parent2aabd7b6f2c26ab2978765f2da112ece4256d40b
base.bbclass: fix nondeterministic PACKAGECONFIG processing order

The PACKAGECONFIG flags were iterated over using dict.items(), but this
returns the items in an undefined order. As this order determines the
EXTRA_OECONF append order, we can get EXTRA_OECONF which are functionally
equivalent, but whose contents differ, resulting in not using shared state
archives we should be using.

(From OE-Core rev: 843a5dd8f8f0461e286d9fdb3ba55205b4275f88)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass