diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-13 14:16:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-05-23 08:44:44 -0700 |
commit | ffc64e9c6fee0af7eea3466135416d011172a5e6 (patch) | |
tree | b9effa069d9af3c63d6f3a41caff6b887450522c /meta-perl/recipes-extended | |
parent | a90f89dbc7eff2ae83bab6a6676f4737c0b48a8d (diff) | |
download | meta-openembedded-ffc64e9c6fee0af7eea3466135416d011172a5e6.tar.gz |
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-extended')
-rw-r--r-- | meta-perl/recipes-extended/logcheck/logcheck_1.4.3.bb | 2 |
1 files changed, 1 insertions, 1 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 c13bd940ea..037852392f 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 |