]> code.ossystems Code Review - openembedded-core.git/commit
buildhistory: output package variables in a repeatable order
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Aug 2016 13:01:45 +0000 (14:01 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 09:45:32 +0000 (10:45 +0100)
commitf9faa8df85317d12743134a44576b4882a9fb22a
tree123e8ce0d0bc8992cc6fc763762143acbd7e04e6
parent2ef6b50547a809fe92edf41b7a557f918f167ead
buildhistory: output package variables in a repeatable order

This code was outputting variables by iterating a dictionary.  In Py2 this
always results in the same iteration order but with Py3 the order changes every
execution, which resulted in buildhistory having to store diffs where fields
were simply re-ordered.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/buildhistory.bbclass