summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2024-07-04 22:13:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-07-04 08:45:54 -0700
commit5bc18d62f839a89f3a448760e3772af85aec1902 (patch)
treeae925b8efd6d27edce96d9f3832b77712001bdf4 /meta-oe
parentcd25a7505deef5462a95aeb87039822ad8682e65 (diff)
downloadmeta-openembedded-5bc18d62f839a89f3a448760e3772af85aec1902.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
index 785ae50e9..7fb31f208 100644
--- a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
+++ b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
@@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "pam"
19 19
20SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service" 20SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service"
21 21
22EXTRA_OEMESON = " -Dpamlibdir=${libdir}" 22EXTRA_OEMESON = " -Dpamlibdir=${base_libdir}/security"
23 23
24do_install:append () { 24do_install:append () {
25 if [ -d ${D}${prefix}/lib/systemd -a ${D}${prefix}/lib != `dirname ${D}${systemd_unitdir}` ]; then 25 if [ -d ${D}${prefix}/lib/systemd -a ${D}${prefix}/lib != `dirname ${D}${systemd_unitdir}` ]; then