diff options
| author | Jeremy A. Puhlman <jpuhlman@mvista.com> | 2024-02-28 12:32:18 -0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-03-27 12:36:58 -0400 |
| commit | 0f4b8ec2a7c623ea636b9fe49180844bfe7400a6 (patch) | |
| tree | 263a45eb166259bf415fb88f239cbed4d9dbbd53 | |
| parent | d80cd2ba6a3ef850cef12578671a5b17d86d3e7c (diff) | |
| download | meta-security-0f4b8ec2a7c623ea636b9fe49180844bfe7400a6.tar.gz | |
arpwatch: fix misspelling of PACKAGECONFIG
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-scanners/arpwatch/arpwatch_3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb index 7a0a776..391a82e 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.3.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb | |||
| @@ -23,7 +23,7 @@ ARPWATH_REPLY ?= "${ARPWATCH_UID}" | |||
| 23 | 23 | ||
| 24 | PACKAGECONFIG ??= "" | 24 | PACKAGECONFIG ??= "" |
| 25 | 25 | ||
| 26 | PACKACONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" | 26 | PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" |
| 27 | 27 | ||
| 28 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ | 28 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ |
| 29 | --host=${HOST_SYS} \ | 29 | --host=${HOST_SYS} \ |
