mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
nmap: add missing dependency
Building with ndiff PACKAGECONFIG failed with the following error: | File "/yocto/sandbox/build/tmp/work/cortexa53-poky-linux/nmap/7.95/nmap-7.95/ndiff/setup.py", line 11, in <module> | import setuptools.command.install | ModuleNotFoundError: No module named 'setuptools' Fix it by adding the missing dependency. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
94ee7bf2db
commit
3564ec12de
@ -27,7 +27,7 @@ PACKAGECONFIG[libz] = "--with-libz=${STAGING_LIBDIR}/.., --without-libz, zlib, z
|
||||
#disable/enable packages
|
||||
PACKAGECONFIG[nping] = ",--without-nping,"
|
||||
PACKAGECONFIG[ncat] = ",--without-ncat,"
|
||||
PACKAGECONFIG[ndiff] = "--with-ndiff=yes,--without-ndiff,python3"
|
||||
PACKAGECONFIG[ndiff] = "--with-ndiff=yes,--without-ndiff,python3 python3-setuptools-native"
|
||||
PACKAGECONFIG[update] = ",--without-nmap-update,"
|
||||
|
||||
EXTRA_OECONF = "--with-libdnet=included --with-liblinear=included --without-subversion --with-liblua=included"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user