[oe-commits] [meta-openembedded] 44/47: nmap: Include additional FILES path for certs

git at git.openembedded.org git at git.openembedded.org
Tue Feb 19 15:21:40 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch thud-next
in repository meta-openembedded.

commit 776516d86c99d99fcf5f0228b4c0decdb2eeb1e5
Author: Scott Ellis <scottellis.developer at gmail.com>
AuthorDate: Sun Feb 3 08:37:53 2019 -0500

    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 at jumpnowtek.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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 4e4bcac..e878038 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list