summaryrefslogtreecommitdiff
path: root/scripts/lib/mic/creator.py
diff options
context:
space:
mode:
authorChristopher Larson <kergoth@gmail.com>2013-10-23 13:47:27 -0700
committerRobert Yang <liezhi.yang@windriver.com>2013-12-10 21:12:20 -0500
commit73f77c195e1af3df594eecce2cab47ee963d5c2e (patch)
tree27d4325d7d967cf361d43639fc112d7a498b914c /scripts/lib/mic/creator.py
parent672cd50a39a697b53c337a79c34fab05b48e0920 (diff)
downloadopenembedded-core-73f77c195e1af3df594eecce2cab47ee963d5c2e.tar.gz
openembedded-core-73f77c195e1af3df594eecce2cab47ee963d5c2e.tar.bz2
openembedded-core-73f77c195e1af3df594eecce2cab47ee963d5c2e.zip
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>
Diffstat (limited to 'scripts/lib/mic/creator.py')
0 files changed, 0 insertions, 0 deletions