summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2014-12-26 18:46:44 -0800
committerArmin Kuster <akuster808@gmail.com>2015-01-03 21:21:32 -0800
commit397b35c028ce69e315fef0ebcdf790c9056ebe42 (patch)
tree45b21a18f9d8ee457bf5a2cd9b288e9d7e74d59a
parentb80abbf51d2ba65c8563c09d8b958174b1c5ea88 (diff)
downloadmeta-security-397b35c028ce69e315fef0ebcdf790c9056ebe42.tar.gz
nikto: fix depends
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/nikto/nikto_2.1.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/nikto/nikto_2.1.5.bb b/recipes-security/nikto/nikto_2.1.5.bb
index 4609717..4708191 100644
--- a/recipes-security/nikto/nikto_2.1.5.bb
+++ b/recipes-security/nikto/nikto_2.1.5.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "Nikto is an Open Source (GPL) web server scanner which performs c
4SECTION = "security" 4SECTION = "security"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
7RDEPENDS_${PN} = "perl libnet-ssleay-perl perl-module-getopt-long perl-module-time-local perl-module-io-socket nikto-doc" 7RDEPENDS_${PN} = "perl libnet-ssleay-perl libwhisker2-perl perl-module-getopt-long perl-module-time-local perl-module-io-socket nikto-doc"
8 8
9SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \ 9SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \
10 file://location.patch" 10 file://location.patch"