summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-01-06 16:21:50 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-06 07:22:29 -0800
commit6387b30d300d4785d3777934aa7ffb428ad96dc1 (patch)
treefa74e5ea0bbe25b8ee313d65659c8c63ee791dcd
parentff119e949e26d3365a76d86a2ebec1d0b4a34a5d (diff)
downloadmeta-openembedded-6387b30d300d4785d3777934aa7ffb428ad96dc1.tar.gz
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>
-rw-r--r--meta-oe/recipes-gnome/malcontent/malcontent.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-gnome/malcontent/malcontent.bb b/meta-oe/recipes-gnome/malcontent/malcontent.bb
index b30d85080b..9da95329a8 100644
--- a/meta-oe/recipes-gnome/malcontent/malcontent.bb
+++ b/meta-oe/recipes-gnome/malcontent/malcontent.bb
@@ -24,10 +24,10 @@ REQUIRED_DISTRO_FEATURES = "pam polkit gobject-introspection"
24PACKAGECONFIG ?= "ui" 24PACKAGECONFIG ?= "ui"
25PACKAGECONFIG[ui] = ",,,malcontent-ui" 25PACKAGECONFIG[ui] = ",,,malcontent-ui"
26 26
27EXTRA_OEMESON = "-Dui=disabled" 27EXTRA_OEMESON = "-Dui=disabled -Dpamlibdir=${base_libdir}/security"
28 28
29FILES:${PN} += " \ 29FILES:${PN} += " \
30 ${libdir}/security/pam_malcontent.so \ 30 ${base_libdir}/security/pam_malcontent.so \
31 ${datadir}/accountsservice \ 31 ${datadir}/accountsservice \
32 ${datadir}/help \ 32 ${datadir}/help \
33 ${datadir}/dbus-1 \ 33 ${datadir}/dbus-1 \