diff options
-rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.80.bb | 4 |
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 |
29 | PACKAGECONFIG[nping] = ",--without-nping," | 29 | PACKAGECONFIG[nping] = ",--without-nping," |
30 | PACKAGECONFIG[ncat] = ",--without-ncat," | 30 | PACKAGECONFIG[ncat] = ",--without-ncat," |
31 | PACKAGECONFIG[ndiff] = ",--without-ndiff,python" | 31 | PACKAGECONFIG[ndiff] = ",--without-ndiff,python3" |
32 | PACKAGECONFIG[update] = ",--without-nmap-update," | 32 | PACKAGECONFIG[update] = ",--without-nmap-update," |
33 | 33 | ||
34 | EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" | 34 | EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included" |
@@ -49,4 +49,4 @@ do_configure() { | |||
49 | 49 | ||
50 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" | 50 | FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" |
51 | 51 | ||
52 | RDEPENDS_${PN} = "python" | 52 | RDEPENDS_${PN} = "python3" |