summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-23 16:29:16 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-24 09:25:34 -0800
commitbbf25b62da8dc694c3e0543f276db034ebe8b1e4 (patch)
tree5b52bb3c632e9a281e44c320a36350ff7bb3d450
parent5c453ae57830b379355a3bddb4bd9d556584d411 (diff)
downloadmeta-openembedded-bbf25b62da8dc694c3e0543f276db034ebe8b1e4.tar.gz
nmap: Use py3 in depends/rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-security/nmap/nmap_7.80.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb
index 2ac600c782..96af17efdf 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.80.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb
@@ -28,7 +28,7 @@ PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, z
28#disable/enable packages 28#disable/enable packages
29PACKAGECONFIG[nping] = ",--without-nping," 29PACKAGECONFIG[nping] = ",--without-nping,"
30PACKAGECONFIG[ncat] = ",--without-ncat," 30PACKAGECONFIG[ncat] = ",--without-ncat,"
31PACKAGECONFIG[ndiff] = ",--without-ndiff,python" 31PACKAGECONFIG[ndiff] = ",--without-ndiff,python3"
32PACKAGECONFIG[update] = ",--without-nmap-update," 32PACKAGECONFIG[update] = ",--without-nmap-update,"
33 33
34EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" 34EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included"
@@ -49,4 +49,4 @@ do_configure() {
49 49
50FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" 50FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
51 51
52RDEPENDS_${PN} = "python" 52RDEPENDS_${PN} = "python3"