]> code.ossystems Code Review - openembedded-core.git/commit
package: Improve determinism
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 25 Jul 2019 21:54:34 +0000 (22:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jul 2019 07:41:02 +0000 (08:41 +0100)
commit5b9a4214ee17e1a39dd5a1742f2ac5ed25a11310
treeb7c68e21e89d158ee5863997337ad8733dcd2e19
parent1b562506d46ee54414dbdbee9c3f6a3345fa16d0
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>
meta/classes/package.bbclass
meta/lib/oe/package.py