diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-26 03:59:18 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-03-26 03:59:18 +0000 |
commit | b89c6060d336f1aaa7f914a9cc92e1e16c1c5237 (patch) | |
tree | ad025bc2ef945ea130d75bbf20cf02348ed0a0e5 | |
parent | a3ffe361845574c93ca8dab6cc95d22ef7d024ce (diff) | |
download | meta-virtualization-b89c6060d336f1aaa7f914a9cc92e1e16c1c5237.tar.gz |
nagios-ncsa: WORKDIR -> UNPACKDIR transition
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/nagios/nagios-nsca_2.9.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb index 2db51238..a400b68f 100644 --- a/recipes-extended/nagios/nagios-nsca_2.9.2.bb +++ b/recipes-extended/nagios/nagios-nsca_2.9.2.bb | |||
@@ -35,7 +35,7 @@ EXTRA_OECONF += "--with-nsca-user=${NAGIOS_USER} \ | |||
35 | " | 35 | " |
36 | 36 | ||
37 | do_configure() { | 37 | do_configure() { |
38 | cp ${WORKDIR}/init-script.in ${S}/init-script.in | 38 | cp ${UNPACKDIR}/init-script.in ${S}/init-script.in |
39 | oe_runconf || die "make failed" | 39 | oe_runconf || die "make failed" |
40 | } | 40 | } |
41 | 41 | ||
@@ -55,7 +55,7 @@ do_install() { | |||
55 | 55 | ||
56 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then | 56 | if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then |
57 | install -d ${D}${systemd_unitdir}/system | 57 | install -d ${D}${systemd_unitdir}/system |
58 | install -m 644 ${WORKDIR}/nagios-nsca.service ${D}${systemd_unitdir}/system/ | 58 | install -m 644 ${UNPACKDIR}/nagios-nsca.service ${D}${systemd_unitdir}/system/ |
59 | fi | 59 | fi |
60 | } | 60 | } |
61 | 61 | ||