summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2026-05-07 23:21:18 +0800
committerScott Murray <scott.murray@konsulko.com>2026-05-17 17:44:55 +0300
commit797df6dca9cbcf735afe92a49bb27e5a3637ba77 (patch)
tree907166cf262b3fb3ef23819d27a94512db150ca0
parentcdb4e444acbb2b9df467d716241a206c9ea6d3b0 (diff)
downloadmeta-security-797df6dca9cbcf735afe92a49bb27e5a3637ba77.tar.gz
arpwatch: fix typos
APRWATCH_FROM -> ARPWATCH_FROM ARPWATH_REPLY -> ARPWATCH_REPLY CONFFILE_FILES -> CONFFILES:${PN} Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-rw-r--r--recipes-scanners/arpwatch/arpwatch_3.3.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb
index 3ab5993..bb9c2b5 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.3.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb
@@ -18,8 +18,8 @@ inherit autotools-brokensep update-rc.d useradd
18 18
19ARPWATCH_UID ?= "arpwatch" 19ARPWATCH_UID ?= "arpwatch"
20ARPWATCH_GID ?= "arpwatch" 20ARPWATCH_GID ?= "arpwatch"
21APRWATCH_FROM ?= "root " 21ARPWATCH_FROM ?= "root "
22ARPWATH_REPLY ?= "${ARPWATCH_UID}" 22ARPWATCH_REPLY ?= "${ARPWATCH_UID}"
23 23
24# many configure tests are failing with gcc-14 24# many configure tests are failing with gcc-14
25CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" 25CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
@@ -27,7 +27,7 @@ BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaratio
27 27
28PACKAGECONFIG ??= "" 28PACKAGECONFIG ??= ""
29 29
30PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" 30PACKAGECONFIG[email] = "--with-watcher=email=${ARPWATCH_FROM} --with-watchee=email=${ARPWATCH_REPLY}, , postfix, postfix postfix-cfg"
31 31
32CONFIGUREOPTS = " --build=${BUILD_SYS} \ 32CONFIGUREOPTS = " --build=${BUILD_SYS} \
33 --host=${HOST_SYS} \ 33 --host=${HOST_SYS} \
@@ -78,7 +78,7 @@ USERADD_PARAM:${PN} = "--system -g ${ARPWATCH_GID} --home-dir \
78 ${localstatedir}/spool/${BPN} \ 78 ${localstatedir}/spool/${BPN} \
79 --no-create-home --shell /bin/false ${BPN}" 79 --no-create-home --shell /bin/false ${BPN}"
80 80
81CONFFILE_FILES = "${sysconfdir}/${PN}.conf" 81CONFFILES:${PN} = "${sysconfdir}/${PN}.conf"
82 82
83FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ 83FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
84 ${sysconfdir} /var/lib/arpwatch" 84 ${sysconfdir} /var/lib/arpwatch"