mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-16 15:57:21 +00:00
Security layer version 1.0
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
This commit is contained in:
@@ -3,6 +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"
|
||||
|
||||
SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \
|
||||
file://lua.patch"
|
||||
@@ -12,6 +13,8 @@ SRC_URI[sha256sum] = "3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f
|
||||
|
||||
inherit autotools
|
||||
|
||||
DEPENDS = "libpcap"
|
||||
|
||||
EXTRA_OECONF = "--without-liblua --without-zenmap"
|
||||
|
||||
do_configure() {
|
||||
|
||||
Reference in New Issue
Block a user