summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb2
-rw-r--r--meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
index c13bd940e..037852392 100644
--- a/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
+++ b/meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb
@@ -49,7 +49,7 @@ do_install() {
49 # Don't install /var/lock when populating rootfs. Do it through volatile 49 # Don't install /var/lock when populating rootfs. Do it through volatile
50 if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then 50 if ${@bb.utils.contains('DISTRO_FEATURES', 'sysvinit', 'true', 'false', d)}; then
51 install -d ${D}${sysconfdir}/default/volatiles 51 install -d ${D}${sysconfdir}/default/volatiles
52 install -m 0644 ${WORKDIR}/99_logcheck ${D}${sysconfdir}/default/volatiles 52 install -m 0644 ${UNPACKDIR}/99_logcheck ${D}${sysconfdir}/default/volatiles
53 fi 53 fi
54 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then 54 if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
55 install -d ${D}${sysconfdir}/tmpfiles.d 55 install -d ${D}${sysconfdir}/tmpfiles.d
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb
index 7e38da883..e5483e8c2 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb
@@ -33,7 +33,7 @@ RDEPENDS:${PN} += "libdbi-perl \
33 33
34do_install:append() { 34do_install:append() {
35 if [ ${PERL_DBM_TEST} = "1" ]; then 35 if [ ${PERL_DBM_TEST} = "1" ]; then
36 install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl 36 install -m 755 -D ${UNPACKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl
37 fi 37 fi
38} 38}
39 39