aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorScott Ellis <scottellis.developer@gmail.com>2019-02-03 08:37:53 -0500
committerKhem Raj <raj.khem@gmail.com>2019-02-03 10:46:42 -0800
commitfe157b9cb9b6c2954d8c92b66afd167676d31ea1 (patch)
tree180c38b241f868a3718c999aa0e586a1b7e389fd /meta-oe
parentc5f0ba6648b309c8260a7c8d719f775cb88c7e10 (diff)
downloadmeta-openembedded-contrib-fe157b9cb9b6c2954d8c92b66afd167676d31ea1.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>
Diffstat (limited to 'meta-oe')
-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"