]> code.ossystems Code Review - openembedded-core.git/commit
package: Improve determinism
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 Jul 2019 11:37:02 +0000 (13:37 +0200)
committerArmin Kuster <akuster808@gmail.com>
Wed, 4 Sep 2019 15:21:39 +0000 (08:21 -0700)
commitbbbd16f96f4db392e0bd38da4c2ef8fbb4883938
tree67da32bc59a93eca4f62f08367f58a284a86e74c
parent507135276293287deed972d49feed511c21391a0
package: Improve determinism

Its possible in cases with multiple shlib providers we were not being
deterministic. Add in a couple of sorted() calls to fix the shlibs and
pkgconfig cases with this potential issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/classes/package.bbclass
meta/lib/oe/package.py