WARNING: QA Issue: nmap rdepends on libcrypto, but it isn't a build dependency? [build-deps] WARNING: QA Issue: nmap rdepends on libssl, but it isn't a build dependency? [build-deps]
This fixes the above QA warnings. Signed-off-by: Armin Kuster <[email protected]> --- recipes-security/nmap/nmap_6.46.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/nmap/nmap_6.46.bb b/recipes-security/nmap/nmap_6.46.bb index 42db71f..52acf96 100644 --- a/recipes-security/nmap/nmap_6.46.bb +++ b/recipes-security/nmap/nmap_6.46.bb @@ -14,7 +14,7 @@ inherit autotools-brokensep DEPENDS = "libpcap" -EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux" +EXTRA_OECONF = "--without-liblua --without-zenmap --without-subversion --with-pcap=linux --without-openssl" do_configure() { autoconf -- 1.9.1 -- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
