summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-security/nmap/nmap_7.95.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.95.bb b/meta-oe/recipes-security/nmap/nmap_7.95.bb
index f3775f24b0..c410751595 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.95.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.95.bb
@@ -14,6 +14,9 @@ SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \
14 file://0001-fix-racing-between-build-ncat-and-build-lua.patch \ 14 file://0001-fix-racing-between-build-ncat-and-build-lua.patch \
15 " 15 "
16SRC_URI[sha256sum] = "e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778" 16SRC_URI[sha256sum] = "e14ab530e47b5afd88f1c8a2bac7f89cd8fe6b478e22d255c5b9bddb7a1c5778"
17
18UPSTREAM_CHECK_REGEX = "nmap-(?P<pver>\d+(\.\d+)+)\.tar"
19
17inherit autotools-brokensep pkgconfig python3native 20inherit autotools-brokensep pkgconfig python3native
18 21
19PACKAGECONFIG ?= "pcre ncat nping pcap" 22PACKAGECONFIG ?= "pcre ncat nping pcap"