mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 20:20:52 +00:00
wtmpdb: specify correct pamlibdir
Install pam_wtmpdb.so to pam plugin directoy. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
cd25a7505d
commit
5bc18d62f8
@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "pam"
|
|||||||
|
|
||||||
SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service"
|
SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service"
|
||||||
|
|
||||||
EXTRA_OEMESON = " -Dpamlibdir=${libdir}"
|
EXTRA_OEMESON = " -Dpamlibdir=${base_libdir}/security"
|
||||||
|
|
||||||
do_install:append () {
|
do_install:append () {
|
||||||
if [ -d ${D}${prefix}/lib/systemd -a ${D}${prefix}/lib != `dirname ${D}${systemd_unitdir}` ]; then
|
if [ -d ${D}${prefix}/lib/systemd -a ${D}${prefix}/lib != `dirname ${D}${systemd_unitdir}` ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user