All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] netavark: remove nmap from ptest RDEPENDS
@ 2026-04-16 10:45 peng.zhang1.cn
  2026-04-21  2:36 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: peng.zhang1.cn @ 2026-04-16 10:45 UTC (permalink / raw)
  To: meta-virtualization

From: Zhang Peng <peng.zhang1.cn@windriver.com>

Since upstream commit dbc920030 ("test: add new test program for
connection checks"), netavark test suite no longer uses ncat (from
nmap). The tests now use a built-in Rust-based connection tester
(netavark-connection-tester) instead. This change was included starting
from v1.16.0, so the nmap dependency is no longer needed.

Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
---
 recipes-containers/netavark/netavark_1.17.2.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/recipes-containers/netavark/netavark_1.17.2.bb b/recipes-containers/netavark/netavark_1.17.2.bb
index b0790d92..b9a69e54 100644
--- a/recipes-containers/netavark/netavark_1.17.2.bb
+++ b/recipes-containers/netavark/netavark_1.17.2.bb
@@ -55,7 +55,6 @@ RDEPENDS:${PN}-ptest += " \
     iputils \
     jq \
     nftables \
-    ${@bb.utils.contains( "TARGET_ARCH", "aarch64", "", "nmap", d)} \
     procps-ps \
     util-linux-nsenter \
     util-linux-unshare \
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-04-21  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 10:45 [meta-virtualization][PATCH] netavark: remove nmap from ptest RDEPENDS peng.zhang1.cn
2026-04-21  2:36 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.