mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
8308d1d6fa
commit
5b0583d4e9
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user