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 <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2024-10-21 01:47:52 +00:00
parent 79d9c4f999
commit e8f51968a2

View File

@ -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 \