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>
This commit is contained in:
Scott Ellis 2019-02-03 08:37:53 -05:00 committed by Armin Kuster
parent 47724bf5eb
commit 776516d86c

View File

@ -45,6 +45,6 @@ do_configure() {
oe_runconf
}
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
RDEPENDS_${PN} = "python"