summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb')
-rw-r--r--meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb4
1 files changed, 2 insertions, 2 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 785ae50e9e..b901e8815a 100644
--- a/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
+++ b/meta-oe/recipes-extended/wtmpdb/wtmpdb_0.11.0.bb
@@ -10,7 +10,6 @@ SRCREV = "493e9704dbc50f141d5fbd41c823311e79d7e8d3"
10SRC_URI = "git://github.com/thkukuk/wtmpdb.git;branch=main;protocol=https \ 10SRC_URI = "git://github.com/thkukuk/wtmpdb.git;branch=main;protocol=https \
11 file://0001-include-libgen.h-for-basename.patch" 11 file://0001-include-libgen.h-for-basename.patch"
12 12
13S = "${WORKDIR}/git"
14 13
15inherit meson pkgconfig systemd features_check 14inherit meson pkgconfig systemd features_check
16 15
@@ -19,7 +18,7 @@ REQUIRED_DISTRO_FEATURES = "pam"
19 18
20SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service" 19SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service"
21 20
22EXTRA_OEMESON = " -Dpamlibdir=${libdir}" 21EXTRA_OEMESON = " -Dpamlibdir=${base_libdir}/security"
23 22
24do_install:append () { 23do_install:append () {
25 if [ -d ${D}${prefix}/lib/systemd -a ${D}${prefix}/lib != `dirname ${D}${systemd_unitdir}` ]; then 24 if [ -d ${D}${prefix}/lib/systemd -a ${D}${prefix}/lib != `dirname ${D}${systemd_unitdir}` ]; then
@@ -33,3 +32,4 @@ do_install:append () {
33FILES:${PN} += " ${systemd_system_unitdir} " 32FILES:${PN} += " ${systemd_system_unitdir} "
34FILES:${PN} += " ${libdir} " 33FILES:${PN} += " ${libdir} "
35FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* " 34FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* "
35FILES:${PN} += " ${base_libdir}/security/*.so "