diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-28 13:17:03 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:23:51 +0000 |
commit | 7e5d098342ff8407d5bcb03cf6ac00f71228436d (patch) | |
tree | b90b3eed5025766f9bfffeb2a893d370e66f33d9 | |
parent | e0c92af6830b45010ab7a2ace411a0623ce18f04 (diff) | |
download | meta-virtualization-7e5d098342ff8407d5bcb03cf6ac00f71228436d.tar.gz |
diod: convert WORKDIR references to UNPACKDIR
Converting WORDIR references to UNPACKDIR.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/diod/diod_1.0.24.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/diod/diod_1.0.24.bb b/recipes-extended/diod/diod_1.0.24.bb index 6019fbfb..d555e5c0 100644 --- a/recipes-extended/diod/diod_1.0.24.bb +++ b/recipes-extended/diod/diod_1.0.24.bb | |||
@@ -26,9 +26,9 @@ inherit autotools pkgconfig systemd | |||
26 | 26 | ||
27 | do_install:append () { | 27 | do_install:append () { |
28 | # install our init based on start-stop-daemon | 28 | # install our init based on start-stop-daemon |
29 | install -D -m 0755 ${WORKDIR}/diod ${D}${sysconfdir}/init.d/diod | 29 | install -D -m 0755 ${UNPACKDIR}/diod ${D}${sysconfdir}/init.d/diod |
30 | # install a real(not commented) configuration file for diod | 30 | # install a real(not commented) configuration file for diod |
31 | install -m 0644 ${WORKDIR}/diod.conf ${D}${sysconfdir}/diod.conf | 31 | install -m 0644 ${UNPACKDIR}/diod.conf ${D}${sysconfdir}/diod.conf |
32 | } | 32 | } |
33 | 33 | ||
34 | FILES:${PN} += "${systemd_unitdir}" | 34 | FILES:${PN} += "${systemd_unitdir}" |