diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-12-31 13:23:19 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-31 08:27:49 -0800 |
commit | 51e070301e86a4f1bc48c9649e1dead1b1bc1ee2 (patch) | |
tree | 103ed0ce33e379aacaca2bf86fd79b2585030be1 /meta-oe | |
parent | e2da07a13e3c417fbe80990b21e90b94b050ee4d (diff) | |
download | meta-openembedded-51e070301e86a4f1bc48c9649e1dead1b1bc1ee2.tar.gz |
nmap: disable ndiff
In 7.80 this requires distutils (no longer provided in python 3.12).
This may be resolved in newer nmap versions, so if you care about it
please provide a version update: https://nmap.org/dist/
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.80.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb index 52c62cde3..f9fe82a91 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.80.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb | |||
@@ -19,7 +19,7 @@ SRC_URI[sha256sum] = "fcfa5a0e42099e12e4bf7a68ebe6fde05553383a682e816a7ec9256ab4 | |||
19 | 19 | ||
20 | inherit autotools-brokensep pkgconfig python3native | 20 | inherit autotools-brokensep pkgconfig python3native |
21 | 21 | ||
22 | PACKAGECONFIG ?= "ncat nping ndiff pcap" | 22 | PACKAGECONFIG ?= "ncat nping pcap" |
23 | 23 | ||
24 | PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap" | 24 | PACKAGECONFIG[pcap] = "--with-pcap=linux, --without-pcap, libpcap, libpcap" |
25 | PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpcre" | 25 | PACKAGECONFIG[pcre] = "--with-libpcre=${STAGING_LIBDIR}/.., --with-libpcre=included, libpcre" |