]> code.ossystems Code Review - openembedded-core.git/commit
base.bbclass: fix nondeterministic PACKAGECONFIG processing order
authorChristopher Larson <kergoth@gmail.com>
Wed, 23 Oct 2013 20:47:27 +0000 (13:47 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Wed, 11 Dec 2013 02:12:20 +0000 (21:12 -0500)
commit73f77c195e1af3df594eecce2cab47ee963d5c2e
tree27d4325d7d967cf361d43639fc112d7a498b914c
parent672cd50a39a697b53c337a79c34fab05b48e0920
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 master rev: 843a5dd8f8f0461e286d9fdb3ba55205b4275f88)

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