mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-15 15:37:18 +00:00
meta-security-1.0-final
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utili
|
||||
SECTION = "security"
|
||||
LICENSE = "GPL-2.0"
|
||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
FILES_${PN} += "${target_datadir}/ncat"
|
||||
FILES_${PN} += "${target_datadir}/ncat"
|
||||
|
||||
SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \
|
||||
file://lua.patch"
|
||||
@@ -15,7 +15,7 @@ inherit autotools
|
||||
|
||||
DEPENDS = "libpcap"
|
||||
|
||||
EXTRA_OECONF = "--without-liblua --without-zenmap"
|
||||
EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux"
|
||||
|
||||
do_configure() {
|
||||
autoconf
|
||||
|
||||
Reference in New Issue
Block a user