diff options
author | Etienne Cordonnier <ecordonnier@snap.com> | 2023-05-26 13:51:55 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-20 12:10:40 -1000 |
commit | 2edd5c3846041ae29ec16bbec4638b1b0c608e4f (patch) | |
tree | 7a1718f55e2ba79b64702b06512a7da79aa9161f /scripts/lib/buildstats.py | |
parent | 1f2b28e9c6f350f0cd9e8e74c3c5d449ad057a5c (diff) | |
download | poky-2edd5c3846041ae29ec16bbec4638b1b0c608e4f.tar.gz |
libxcrypt: fix hard-coded ".so" extension
2 issues:
- the .so extension is hard-coded, and therefore the libxcryt package compiled with
meta-darwin is empty, because the dylib files are not contained in FILES_${PN}
- nothing actually produces a file libcrypt-*.so (the symlink file is libcrypt.so, without dash), thus
defining FILES:${PN} manually to contain libcrypt-*.so has no effect.
(From OE-Core rev: 06f8aaf8ee03b07f79e1a17708b5946782e389bd)
Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 7ed6bfa2428b4f1ba7f09d6e9e67c462ff355153)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions