mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-17 13:38:16 +00:00
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:
parent
47724bf5eb
commit
776516d86c
@ -45,6 +45,6 @@ do_configure() {
|
|||||||
oe_runconf
|
oe_runconf
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR}"
|
FILES_${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "python"
|
RDEPENDS_${PN} = "python"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user