From fe157b9cb9b6c2954d8c92b66afd167676d31ea1 Mon Sep 17 00:00:00 2001 From: Scott Ellis Date: Sun, 3 Feb 2019 08:37:53 -0500 Subject: nmap: Include additional FILES path for certs 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 Signed-off-by: Khem Raj --- meta-oe/recipes-security/nmap/nmap_7.70.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-security/nmap/nmap_7.70.bb b/meta-oe/recipes-security/nmap/nmap_7.70.bb index 4e4bcac320..e878038266 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.70.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.70.bb @@ -45,6 +45,6 @@ do_configure() { oe_runconf } -FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}" +FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" RDEPENDS_${PN} = "python" -- cgit 1.2.3-korg