diff options
author | Armin Kuster <akuster808@gmail.com> | 2016-02-15 20:23:48 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2016-03-14 12:52:32 -0700 |
commit | 86ae983fb2626618e4af9606a17cdf385109721e (patch) | |
tree | e07d63c695e804612fb20da8e90d98faca6477bf | |
parent | 631693cc7647410d82b7ff6a8370c2bb1a93dd07 (diff) | |
download | meta-security-86ae983fb2626618e4af9606a17cdf385109721e.tar.gz |
nmap: update to version 7.0.1
fixed WARNING: QA Issue: /usr/bin/ndiff_nmap contained in package nmap requires /usr/bin/python2.7, but no providers found in its RDEPENDS [file-rdeps]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-security/nmap/nmap_7.01.bb (renamed from recipes-security/nmap/nmap_7.00.bb) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-security/nmap/nmap_7.00.bb b/recipes-security/nmap/nmap_7.01.bb index 0a4e310..32996dd 100644 --- a/recipes-security/nmap/nmap_7.00.bb +++ b/recipes-security/nmap/nmap_7.01.bb | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=7;endline=12;md5=51f7052ac85aaf1a21 | |||
7 | 7 | ||
8 | SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2" | 8 | SRC_URI = "http://nmap.org/dist/${BP}.tar.bz2" |
9 | 9 | ||
10 | SRC_URI[md5sum] = "6cdf5d03cc3294b99d69dfca83f2f2ee" | 10 | SRC_URI[md5sum] = "7fa4edc592184c7addc14f5acb3fe6f7" |
11 | SRC_URI[sha256sum] = "9f442301c615c608a385831c3505cdfed9b0795cd100f1a258b04509802802ae" | 11 | SRC_URI[sha256sum] = "cf1fcd2643ba2ef52f47acb3c18e52fa12a4ae4b722804da0e54560704627705" |
12 | 12 | ||
13 | inherit autotools-brokensep pkgconfig distro_features_check | 13 | inherit autotools-brokensep pkgconfig distro_features_check |
14 | 14 | ||
@@ -31,10 +31,14 @@ PACKAGECONFIG[zenmap] = "--with-zenmap, --without-zenmap, gtk+ python-core pytho | |||
31 | EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" | 31 | EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" |
32 | 32 | ||
33 | do_configure() { | 33 | do_configure() { |
34 | # strip hard coded python2# | ||
35 | sed -i -e 's=python2\.*=python=g' ${S}/configure.ac | ||
36 | sed -i -e 's=python2\.*=python=g' ${S}/configure | ||
34 | autoconf | 37 | autoconf |
35 | oe_runconf | 38 | oe_runconf |
36 | } | 39 | } |
37 | 40 | ||
41 | |||
38 | PACKAGES = "${PN} ${PN}-dbg ${PN}-doc" | 42 | PACKAGES = "${PN} ${PN}-dbg ${PN}-doc" |
39 | 43 | ||
40 | FILES_${PN} = "${bindir}/nmap ${datadir}/nmap/* ${bindir}/uninstall_ndiff" | 44 | FILES_${PN} = "${bindir}/nmap ${datadir}/nmap/* ${bindir}/uninstall_ndiff" |