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:57:31 +0000 |
commit | acd7b1c2ee9f3ff84c45a723dba5e0bc5f6a100c (patch) | |
tree | 584b832c1982df812437a8cae0a910b2e31007dd /meta-skeleton | |
parent | 16b57e352f5844f301cc6c7ea4f87bf750c11d67 (diff) | |
download | openembedded-core-acd7b1c2ee9f3ff84c45a723dba5e0bc5f6a100c.tar.gz openembedded-core-acd7b1c2ee9f3ff84c45a723dba5e0bc5f6a100c.tar.bz2 openembedded-core-acd7b1c2ee9f3ff84c45a723dba5e0bc5f6a100c.zip |
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.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-skeleton')
0 files changed, 0 insertions, 0 deletions