From e8f51968a2a49ba9bc796129f7b167f08ad2eaf5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 21 Oct 2024 01:47:52 +0000 Subject: [PATCH] netavark: disable nmap for aarch64 ptests nmap is not currently buidling for aarch64, so we disable it as a ptest rdepends when that is our target arch. Some tests may not work, but having a buildable stack is more important than all tests working. Signed-off-by: Bruce Ashfield --- recipes-containers/netavark/netavark_1.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/netavark/netavark_1.11.0.bb b/recipes-containers/netavark/netavark_1.11.0.bb index 18d4519d..4b64a27c 100644 --- a/recipes-containers/netavark/netavark_1.11.0.bb +++ b/recipes-containers/netavark/netavark_1.11.0.bb @@ -59,7 +59,7 @@ RDEPENDS:${PN}-ptest += " \ iputils \ jq \ nftables \ - nmap \ + ${@bb.utils.contains( "TARGET_ARCH", "aarch64", "", "nmap", d)} \ procps-ps \ util-linux-nsenter \ util-linux-unshare \