diff options
| -rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.70.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb index e47d09f170..01be1515b7 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.70.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb | |||
| @@ -13,7 +13,7 @@ SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2 \ | |||
| 13 | SRC_URI[md5sum] = "84eb6fbe788e0d4918c2b1e39421bf79" | 13 | SRC_URI[md5sum] = "84eb6fbe788e0d4918c2b1e39421bf79" |
| 14 | SRC_URI[sha256sum] = "847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18" | 14 | SRC_URI[sha256sum] = "847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18" |
| 15 | 15 | ||
| 16 | inherit autotools-brokensep pkgconfig python3native | 16 | inherit autotools-brokensep pkgconfig pythonnative |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ?= "ncat nping ndiff pcap" | 18 | PACKAGECONFIG ?= "ncat nping ndiff pcap" |
| 19 | 19 | ||
| @@ -36,6 +36,8 @@ EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subv | |||
| 36 | # disable for now until py3 is supported | 36 | # disable for now until py3 is supported |
| 37 | EXTRA_OECONF += "--without-zenmap" | 37 | EXTRA_OECONF += "--without-zenmap" |
| 38 | 38 | ||
| 39 | export PYTHON_SITEPACKAGES_DIR | ||
| 40 | |||
| 39 | do_configure() { | 41 | do_configure() { |
| 40 | autoconf | 42 | autoconf |
| 41 | oe_runconf | 43 | oe_runconf |
