aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ellis <scottellis.developer@gmail.com>2019-02-03 08:37:53 -0500
committerArmin Kuster <akuster808@gmail.com>2019-02-04 22:05:07 -0800
commit776516d86c99d99fcf5f0228b4c0decdb2eeb1e5 (patch)
tree5fb56f1a7da4d3f7fb375c20a1470784e6f0ba97
parent47724bf5ebc5c80eb8decb1b578108ae206239a4 (diff)
downloadmeta-openembedded-contrib-776516d86c99d99fcf5f0228b4c0decdb2eeb1e5.tar.gz
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 <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-security/nmap/nmap_7.70.bb2
1 files changed, 1 insertions, 1 deletions
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"