diff options
| author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-07-10 16:41:44 +0300 |
|---|---|---|
| committer | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2013-07-10 16:41:44 +0300 |
| commit | d54c9d7dadfddcd60ca11be23c5a2946f8a1b385 (patch) | |
| tree | d52a2fdabd074fdbde6bb6744a627d9d20d771ec /recipes-security/nmap | |
| parent | f359c35ab250c09e858d88b8b1aa872bb7d2cddd (diff) | |
| download | meta-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.bb | 3 |
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 | |||
| 3 | SECTION = "security" | 3 | SECTION = "security" |
| 4 | LICENSE = "GPL-2.0" | 4 | LICENSE = "GPL-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" | 5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" |
| 6 | FILES_${PN} += "${target_datadir}/ncat" | ||
| 6 | 7 | ||
| 7 | SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \ | 8 | SRC_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 | ||
| 13 | inherit autotools | 14 | inherit autotools |
| 14 | 15 | ||
| 16 | DEPENDS = "libpcap" | ||
| 17 | |||
| 15 | EXTRA_OECONF = "--without-liblua --without-zenmap" | 18 | EXTRA_OECONF = "--without-liblua --without-zenmap" |
| 16 | 19 | ||
| 17 | do_configure() { | 20 | do_configure() { |
