diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-19 23:29:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-20 12:58:58 +0000 |
commit | eabd8606f90e963198c71ce371eb4b23fbb54551 (patch) | |
tree | e9344ff3d01fcbc9661cfb67ada6466b1ef96277 /documentation | |
parent | 4a61ee99fc6b2361a67af162f1f0d278701d226c (diff) | |
download | ast2050-yocto-poky-eabd8606f90e963198c71ce371eb4b23fbb54551.zip ast2050-yocto-poky-eabd8606f90e963198c71ce371eb4b23fbb54551.tar.gz |
package.bbclass: Fix shlibs cross package-arch contamination
I found that if I had two packages architectures built (say core2 and i586),
that the shlibs data from i586 was being used in the core2 build. This
lead to odd dependency issues if the i586 build was out of date and core2
was being targetted.
When loading shlibs files, the last loaded wins so we need to iterate the
lists from least to strongest weighting, not the other way around. With this
patch applied, the contamination issue is resolved.
(From OE-Core rev: acd7b1c2ee9f3ff84c45a723dba5e0bc5f6a100c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
0 files changed, 0 insertions, 0 deletions