mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
nmap: Use py3 in depends/rdepends
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, z
|
|||||||
#disable/enable packages
|
#disable/enable packages
|
||||||
PACKAGECONFIG[nping] = ",--without-nping,"
|
PACKAGECONFIG[nping] = ",--without-nping,"
|
||||||
PACKAGECONFIG[ncat] = ",--without-ncat,"
|
PACKAGECONFIG[ncat] = ",--without-ncat,"
|
||||||
PACKAGECONFIG[ndiff] = ",--without-ndiff,python"
|
PACKAGECONFIG[ndiff] = ",--without-ndiff,python3"
|
||||||
PACKAGECONFIG[update] = ",--without-nmap-update,"
|
PACKAGECONFIG[update] = ",--without-nmap-update,"
|
||||||
|
|
||||||
EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included"
|
EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included"
|
||||||
@@ -49,4 +49,4 @@ do_configure() {
|
|||||||
|
|
||||||
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
|
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "python"
|
RDEPENDS_${PN} = "python3"
|
||||||
|
|||||||
Reference in New Issue
Block a user