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>
This commit is contained in:
Yi Zhao
2026-05-07 23:21:18 +08:00
committed by Scott Murray
parent 68d3c150e9
commit 05f3f6eb2a
+4 -4
View File
@@ -18,8 +18,8 @@ inherit autotools-brokensep update-rc.d useradd
ARPWATCH_UID ?= "arpwatch" ARPWATCH_UID ?= "arpwatch"
ARPWATCH_GID ?= "arpwatch" ARPWATCH_GID ?= "arpwatch"
APRWATCH_FROM ?= "root " ARPWATCH_FROM ?= "root "
ARPWATH_REPLY ?= "${ARPWATCH_UID}" ARPWATCH_REPLY ?= "${ARPWATCH_UID}"
# many configure tests are failing with gcc-14 # many configure tests are failing with gcc-14
CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"
@@ -27,7 +27,7 @@ BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaratio
PACKAGECONFIG ??= "" PACKAGECONFIG ??= ""
PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" PACKAGECONFIG[email] = "--with-watcher=email=${ARPWATCH_FROM} --with-watchee=email=${ARPWATCH_REPLY}, , postfix, postfix postfix-cfg"
CONFIGUREOPTS = " --build=${BUILD_SYS} \ CONFIGUREOPTS = " --build=${BUILD_SYS} \
--host=${HOST_SYS} \ --host=${HOST_SYS} \
@@ -78,7 +78,7 @@ USERADD_PARAM:${PN} = "--system -g ${ARPWATCH_GID} --home-dir \
${localstatedir}/spool/${BPN} \ ${localstatedir}/spool/${BPN} \
--no-create-home --shell /bin/false ${BPN}" --no-create-home --shell /bin/false ${BPN}"
CONFFILE_FILES = "${sysconfdir}/${PN}.conf" CONFFILES:${PN} = "${sysconfdir}/${PN}.conf"
FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
${sysconfdir} /var/lib/arpwatch" ${sysconfdir} /var/lib/arpwatch"