mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
malcontent: set pam module path to ${base_libdir}/security
Set pam module path to ${base_libdir}/security as this is the default
path in libpam.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,10 +24,10 @@ REQUIRED_DISTRO_FEATURES = "pam polkit gobject-introspection"
|
||||
PACKAGECONFIG ?= "ui"
|
||||
PACKAGECONFIG[ui] = ",,,malcontent-ui"
|
||||
|
||||
EXTRA_OEMESON = "-Dui=disabled"
|
||||
EXTRA_OEMESON = "-Dui=disabled -Dpamlibdir=${base_libdir}/security"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${libdir}/security/pam_malcontent.so \
|
||||
${base_libdir}/security/pam_malcontent.so \
|
||||
${datadir}/accountsservice \
|
||||
${datadir}/help \
|
||||
${datadir}/dbus-1 \
|
||||
|
||||
Reference in New Issue
Block a user