[oe-commits] [meta-openembedded] 02/02: nmap: install ndiff

git at git.openembedded.org git at git.openembedded.org
Wed Aug 22 22:59:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master
in repository meta-openembedded.

commit 6964fa543c9f4394217128b780caa1a94a1d3d21
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Wed Aug 22 17:13:49 2018 +0800

    nmap: install ndiff
    
    Currently, the ndiff isn't built and installed
    as ndiff is python2 compatible script and it
    checks PYTHON_VERSION to determine whether
    build and install ndiff in configure phase.
    
    Update to inherit pythonnative to let the
    PYTHON_VERSION to be 2 to let ndiff be built
    and installed.
    
    Apart from ndiff python script, there is another
    script named ndiff.py used by ndiff, export
    PYTHON_SITEPACKAGES_DIR to make ndiff.py installed
    in the correct place.
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-security/nmap/nmap_7.70.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb
index e47d09f..01be151 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 \
 SRC_URI[md5sum] = "84eb6fbe788e0d4918c2b1e39421bf79"
 SRC_URI[sha256sum] = "847b068955f792f4cc247593aca6dc3dc4aae12976169873247488de147a6e18"
 
-inherit autotools-brokensep pkgconfig python3native
+inherit autotools-brokensep pkgconfig pythonnative
 
 PACKAGECONFIG ?= "ncat nping ndiff pcap"
 
@@ -36,6 +36,8 @@ EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subv
 # disable for now until py3 is supported
 EXTRA_OECONF += "--without-zenmap"
 
+export PYTHON_SITEPACKAGES_DIR
+
 do_configure() {
     autoconf
     oe_runconf

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list