mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
passwdqc: fix the libpasswdqc FILES setting
The actual file name is now libpasswdqc.so.1 instead of libpasswdqc.so.0. This fixes the following error when installing passwdqc: nothing provides libpasswdqc needed by passwdqc-2.0.2-r0 Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ do_install() {
|
||||
PROVIDES += "pam-${BPN}"
|
||||
PACKAGES =+ "lib${BPN} pam-${BPN}"
|
||||
|
||||
FILES:lib${BPN} = "${base_libdir}/libpasswdqc.so.0"
|
||||
FILES:lib${BPN} = "${base_libdir}/libpasswdqc.so.1"
|
||||
FILES:pam-${BPN} = "${base_libdir}/security/pam_passwdqc.so"
|
||||
FILES:${PN}-dbg += "${base_libdir}/security/.debug"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user