If both ncat and ssl are in PACKAGECONFIG then the installer adds a cert bundle to
/usr/share/ncat/ca-bundle.crt Signed-off-by: Scott Ellis <[email protected]> --- meta-oe/recipes-security/nmap/nmap_7.70.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb index 1b4163a..df9b00c 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.70.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb @@ -43,6 +43,6 @@ do_configure() { oe_runconf } -FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" +FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" RDEPENDS_${PN} = "python" -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
