diff options
| author | Yi Zhao <yi.zhao@eng.windriver.com> | 2026-05-07 23:21:18 +0800 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2026-05-17 17:44:55 +0300 |
| commit | 797df6dca9cbcf735afe92a49bb27e5a3637ba77 (patch) | |
| tree | 907166cf262b3fb3ef23819d27a94512db150ca0 | |
| parent | cdb4e444acbb2b9df467d716241a206c9ea6d3b0 (diff) | |
| download | meta-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.bb | 8 |
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 | ||
| 19 | ARPWATCH_UID ?= "arpwatch" | 19 | ARPWATCH_UID ?= "arpwatch" |
| 20 | ARPWATCH_GID ?= "arpwatch" | 20 | ARPWATCH_GID ?= "arpwatch" |
| 21 | APRWATCH_FROM ?= "root " | 21 | ARPWATCH_FROM ?= "root " |
| 22 | ARPWATH_REPLY ?= "${ARPWATCH_UID}" | 22 | ARPWATCH_REPLY ?= "${ARPWATCH_UID}" |
| 23 | 23 | ||
| 24 | # many configure tests are failing with gcc-14 | 24 | # many configure tests are failing with gcc-14 |
| 25 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | 25 | 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 | |||
| 27 | 27 | ||
| 28 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" | 30 | PACKAGECONFIG[email] = "--with-watcher=email=${ARPWATCH_FROM} --with-watchee=email=${ARPWATCH_REPLY}, , postfix, postfix postfix-cfg" |
| 31 | 31 | ||
| 32 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ | 32 | CONFIGUREOPTS = " --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 | ||
| 81 | CONFFILE_FILES = "${sysconfdir}/${PN}.conf" | 81 | CONFFILES:${PN} = "${sysconfdir}/${PN}.conf" |
| 82 | 82 | ||
| 83 | FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ | 83 | FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ |
| 84 | ${sysconfdir} /var/lib/arpwatch" | 84 | ${sysconfdir} /var/lib/arpwatch" |
