]> code.ossystems Code Review - openembedded-core.git/commit
libc-package: ensure glibc-locale package list is deterministic
authorRoss Burton <ross.burton@intel.com>
Mon, 13 Jun 2016 13:56:08 +0000 (14:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 11:56:32 +0000 (12:56 +0100)
commit7f6d7f729df37747be0d2cd2503cddca0184fd1f
tree2c2058f3f3329cac0fe4593ac8c3d2e1e6df40e4
parenta70f6611baaf6705b85b73feff7babc2494efcbd
libc-package: ensure glibc-locale package list is deterministic

If all locales are being generated then the list used is the keys from a
dictionary.  In Python 3.4 onwards the ordering of a dictionary changes for
every instance, so sort the key list.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/libc-package.bbclass