]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
libxcrypt: fix hard-coded ".so" extension
authorEtienne Cordonnier <ecordonnier@snap.com>
Fri, 26 May 2023 11:51:55 +0000 (13:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2023 06:55:00 +0000 (07:55 +0100)
commit7ed6bfa2428b4f1ba7f09d6e9e67c462ff355153
tree2b6c59a8c7a5bf9cfb852dc4712daa62c3bb5d5d
parent77d2fa5ac1f394fba2b8e24f2b6ded6ea6b691b4
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.

Signed-off-by: Etienne Cordonnier <ecordonnier@snap.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/libxcrypt/libxcrypt.inc