diff options
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.bb | 4 |
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" | |||
10 | SRC_URI = "git://github.com/thkukuk/wtmpdb.git;branch=main;protocol=https \ | 10 | SRC_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 | ||
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit meson pkgconfig systemd features_check | 14 | inherit meson pkgconfig systemd features_check |
16 | 15 | ||
@@ -19,7 +18,7 @@ REQUIRED_DISTRO_FEATURES = "pam" | |||
19 | 18 | ||
20 | SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service" | 19 | SYSTEMD_SERVICE:${PN} = "wtmpdb-update-boot.service wtmpdb-rotate.service" |
21 | 20 | ||
22 | EXTRA_OEMESON = " -Dpamlibdir=${libdir}" | 21 | EXTRA_OEMESON = " -Dpamlibdir=${base_libdir}/security" |
23 | 22 | ||
24 | do_install:append () { | 23 | do_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 () { | |||
33 | FILES:${PN} += " ${systemd_system_unitdir} " | 32 | FILES:${PN} += " ${systemd_system_unitdir} " |
34 | FILES:${PN} += " ${libdir} " | 33 | FILES:${PN} += " ${libdir} " |
35 | FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* " | 34 | FILES:${PN} += " ${nonarch_libdir}/tmpfiles.d/* " |
35 | FILES:${PN} += " ${base_libdir}/security/*.so " | ||