diff options
Diffstat (limited to 'recipes-security/nmap/nmap_6.25.bb')
| -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() { |
