diff options
author | Ross Burton <ross.burton@intel.com> | 2018-01-16 13:37:53 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-18 12:50:36 +0000 |
commit | eaf2636f6ce518f983e3007612c61c410fd74195 (patch) | |
tree | 129ad63ba9eebfc4c13baaefd1099e0a1d86e053 /scripts/lib/devtool/upgrade.py | |
parent | 9a5547d0884d825f73b38ac32c4ceadcd27bbde4 (diff) | |
download | poky-eaf2636f6ce518f983e3007612c61c410fd74195.tar.gz |
classes/debian: fix library path handling
The existing code is looking for libraries in all paths which end in ${libdir}.
This caused false-positives for recipes such as lz4 which had files called
/usr/lib/lz4/ptest/usr/lib/liblz4.so, and resulted in lz4-ptest being
incorrectly renamed to liblz4.
Solve this by explicitly looking for ${libdir} etc under the packages-split
directory.
(From OE-Core rev: 7b1896f6f5367010b54c6a8b300db84037734533)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool/upgrade.py')
0 files changed, 0 insertions, 0 deletions