summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2023-06-22 11:09:13 -0400
committerArmin Kuster <akuster808@gmail.com>2023-06-25 15:05:28 -0400
commitd7769151998b2c120a70178ba15d29816d5aece2 (patch)
tree89cc22785de73f97266a91146f35415125c051c6
parent53c6324c5f2fef67ce5ee6e0d850d693885bf28f (diff)
downloadmeta-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.bb2
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
83COMPATIBLE_HOST:riscv32 = "null" 83COMPATIBLE_HOST:riscv32 = "null"
84COMPATIBLE_HOST:riscv64 = "null" 84COMPATIBLE_HOST:riscv64 = "null"
85OMPATIBLE_HOST:libc-musl = "null" 85COMPATIBLE_HOST:libc-musl = "null"
86 86
87RDEPENDS:${PN} = "libpcap" 87RDEPENDS:${PN} = "libpcap"