summaryrefslogtreecommitdiffstats
path: root/recipes-security/nmap
diff options
context:
space:
mode:
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-07-10 16:41:44 +0300
committerAndrei Dinu <andrei.adrianx.dinu@intel.com>2013-07-10 16:41:44 +0300
commitd54c9d7dadfddcd60ca11be23c5a2946f8a1b385 (patch)
treed52a2fdabd074fdbde6bb6744a627d9d20d771ec /recipes-security/nmap
parentf359c35ab250c09e858d88b8b1aa872bb7d2cddd (diff)
downloadmeta-security-d54c9d7dadfddcd60ca11be23c5a2946f8a1b385.tar.gz
Security layer version 1.0
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Diffstat (limited to 'recipes-security/nmap')
-rw-r--r--recipes-security/nmap/nmap_6.25.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-security/nmap/nmap_6.25.bb b/recipes-security/nmap/nmap_6.25.bb
index ff0caa7..cb5f7d3 100644
--- a/recipes-security/nmap/nmap_6.25.bb
+++ b/recipes-security/nmap/nmap_6.25.bb
@@ -3,6 +3,7 @@ DESCRIPTION = "Nmap ("Network Mapper") is a free and open source (license) utili
3SECTION = "security" 3SECTION = "security"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
6FILES_${PN} += "${target_datadir}/ncat"
6 7
7SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \ 8SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \
8 file://lua.patch" 9 file://lua.patch"
@@ -12,6 +13,8 @@ SRC_URI[sha256sum] = "3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f
12 13
13inherit autotools 14inherit autotools
14 15
16DEPENDS = "libpcap"
17
15EXTRA_OECONF = "--without-liblua --without-zenmap" 18EXTRA_OECONF = "--without-liblua --without-zenmap"
16 19
17do_configure() { 20do_configure() {