Files
poky/meta/classes
Jonathan Marler f7d46843e9 package: Multiple shlib_providers for the same file should error
In the case where multiple packages provide the same file, we show an error.
Otherwise, python will generate a different build depending on which provider
appears first in the dictionary.  On my system this order changes every time
I run bitbake causing intermittent build differences.

Add a sorted() to fix the determinism issue too.

(From OE-Core rev: 61c41369003444bfbf1c45e7cfd2752a4b7bc22f)

Signed-off-by: Jonathan Marler <johnnymarler@hp.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-27 13:02:16 +01:00
..
2019-04-12 09:29:06 +01:00
2019-09-16 23:02:45 +01:00
2019-02-08 10:57:19 +00:00
2019-06-14 22:48:22 +01:00
2019-09-18 17:52:01 +01:00
2019-03-06 23:12:27 +00:00
2019-04-23 23:30:20 +01:00