Re: [OE-core] [PATCH] base.bbclass: fix nondeterministic PACKAGECONFIG processing order

2013-12-02 Thread Otavio Salvador
On Mon, Dec 2, 2013 at 7:18 PM, Randy MacLeod wrote: > On 13-10-23 04:47 PM, Christopher Larson wrote: >> >> 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 EXT

Re: [OE-core] [PATCH] base.bbclass: fix nondeterministic PACKAGECONFIG processing order

2013-12-02 Thread Randy MacLeod
On 13-10-23 04:47 PM, Christopher Larson wrote: 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 di

[OE-core] [PATCH] base.bbclass: fix nondeterministic PACKAGECONFIG processing order

2013-10-23 Thread Christopher Larson
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