diff options
| -rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.92.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-security/nmap/nmap_7.95.bb | 6 |
2 files changed, 2 insertions, 10 deletions
diff --git a/meta-oe/recipes-security/nmap/nmap_7.92.bb b/meta-oe/recipes-security/nmap/nmap_7.92.bb index 98969fe001..33767dfb96 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.92.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.92.bb | |||
| @@ -59,8 +59,4 @@ do_install:append() { | |||
| 59 | 59 | ||
| 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" | 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" |
| 61 | 61 | ||
| 62 | RDEPENDS:${PN} += " \ | 62 | RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'ndiff', 'python3-difflib python3-asyncio python3-xml', '', d)}" |
| 63 | python3-difflib \ | ||
| 64 | python3-asyncio \ | ||
| 65 | python3-xml \ | ||
| 66 | " | ||
diff --git a/meta-oe/recipes-security/nmap/nmap_7.95.bb b/meta-oe/recipes-security/nmap/nmap_7.95.bb index a892c1e910..8841a8cd78 100644 --- a/meta-oe/recipes-security/nmap/nmap_7.95.bb +++ b/meta-oe/recipes-security/nmap/nmap_7.95.bb | |||
| @@ -59,8 +59,4 @@ do_install:append() { | |||
| 59 | 59 | ||
| 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" | 60 | FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat" |
| 61 | 61 | ||
| 62 | RDEPENDS:${PN} += " \ | 62 | RDEPENDS:${PN} += "${@bb.utils.contains('PACKAGECONFIG', 'ndiff', 'python3-difflib python3-asyncio python3-xml', '', d)}" |
| 63 | python3-difflib \ | ||
| 64 | python3-asyncio \ | ||
| 65 | python3-xml \ | ||
| 66 | " | ||
