Skip to content

Commit

Permalink
passwdqc: fix the libpasswdqc FILES setting
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
ChenQi1989 authored and kraj committed Sep 21, 2022
1 parent 8308d1d commit 5b0583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-oe/recipes-security/passwdqc/passwdqc_2.0.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 5b0583d

Please sign in to comment.