From 9104e24e3880835fa5531bcc6e14500fb545b5da Mon Sep 17 00:00:00 2001 From: Nick D'Ademo Date: Wed, 7 May 2014 08:24:37 +1000 Subject: [PATCH] nmap: inherit autotools-brokensep to allow B=S build. Signed-off-by: Nick D'Ademo Signed-off-by: Saul Wold --- recipes-security/nmap/nmap_6.25.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/nmap/nmap_6.25.bb b/recipes-security/nmap/nmap_6.25.bb index aff5c63..5efcc70 100644 --- a/recipes-security/nmap/nmap_6.25.bb +++ b/recipes-security/nmap/nmap_6.25.bb @@ -11,7 +11,7 @@ SRC_URI = "http://nmap.org/dist/${PN}-${PV}.tar.bz2 \ SRC_URI[md5sum] = "fcc80f94ff3adcb11eedf91092ea6f5e" SRC_URI[sha256sum] = "3349cc6d36b86b95ca2b8075d16615a3a598cef494920d6652f9a8bf9f7660b5" -inherit autotools +inherit autotools-brokensep DEPENDS = "libpcap"