From 776516d86c99d99fcf5f0228b4c0decdb2eeb1e5 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 Signed-off-by: Armin Kuster --- 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 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