]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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>
Sat, 10 Aug 2019 14:08:18 +0000 (07:08 -0700)
commit184672b59e4c20ec34da0974fa59a045f9d478c1
tree67da32bc59a93eca4f62f08367f58a284a86e74c
parentfd872a77f8409da526203420827cef3f79622d78
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