[meta-security][PATCH 1/5] arpwatch: riscv not supported


Armin Kuster
 

exclude this arch for compat list

Signed-off-by: Armin Kuster <akuster808@...>
---
recipes-scanners/arpwatch/arpwatch_3.1.bb | 3 +++
1 file changed, 3 insertions(+)

diff --git a/recipes-scanners/arpwatch/arpwatch_3.1.bb b/recipes-scanners/arpwatch/arpwatch_3.1.bb
index c8d31cf..3d8c5ae 100644
--- a/recipes-scanners/arpwatch/arpwatch_3.1.bb
+++ b/recipes-scanners/arpwatch/arpwatch_3.1.bb
@@ -80,4 +80,7 @@ CONFFILE_FILES = "${sysconfdir}/${PN}.conf"
FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \
${sysconfdir} /var/lib/arpwatch"

+COMPATIBLE_HOST:riscv32 = "null"
+COMPATIBLE_HOST:riscv64 = "null"
+
RDEPENDS:${PN} = "libpcap"
--
2.25.1