diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2024-07-04 22:13:40 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-04 08:45:54 -0700 |
commit | 5bc18d62f839a89f3a448760e3772af85aec1902 (patch) | |
tree | ae925b8efd6d27edce96d9f3832b77712001bdf4 /meta-oe | |
parent | cd25a7505deef5462a95aeb87039822ad8682e65 (diff) | |
download | meta-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.bb | 2 |
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 | ||
20 | SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service" | 20 | SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service" |
21 | 21 | ||
22 | EXTRA_OEMESON = " -Dpamlibdir=${libdir}" | 22 | EXTRA_OEMESON = " -Dpamlibdir=${base_libdir}/security" |
23 | 23 | ||
24 | do_install:append () { | 24 | do_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 |