diff options
| author | Armin Kuster <akuster808@gmail.com> | 2023-06-22 11:09:13 -0400 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-06-25 15:05:28 -0400 |
| commit | d7769151998b2c120a70178ba15d29816d5aece2 (patch) | |
| tree | 89cc22785de73f97266a91146f35415125c051c6 | |
| parent | 53c6324c5f2fef67ce5ee6e0d850d693885bf28f (diff) | |
| download | meta-security-d7769151998b2c120a70178ba15d29816d5aece2.tar.gz | |
arpwatch: Fix typo in COMPATIBLE_HOST:libc-musl = "null"
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 8efb339..4b4d476 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.3.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb | |||
| @@ -82,6 +82,6 @@ FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ | |||
| 82 | 82 | ||
| 83 | COMPATIBLE_HOST:riscv32 = "null" | 83 | COMPATIBLE_HOST:riscv32 = "null" |
| 84 | COMPATIBLE_HOST:riscv64 = "null" | 84 | COMPATIBLE_HOST:riscv64 = "null" |
| 85 | OMPATIBLE_HOST:libc-musl = "null" | 85 | COMPATIBLE_HOST:libc-musl = "null" |
| 86 | 86 | ||
| 87 | RDEPENDS:${PN} = "libpcap" | 87 | RDEPENDS:${PN} = "libpcap" |
