From 397b35c028ce69e315fef0ebcdf790c9056ebe42 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 26 Dec 2014 18:46:44 -0800 Subject: nikto: fix depends Signed-off-by: Armin Kuster --- recipes-security/nikto/nikto_2.1.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 SECTION = "security" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -RDEPENDS_${PN} = "perl libnet-ssleay-perl perl-module-getopt-long perl-module-time-local perl-module-io-socket nikto-doc" +RDEPENDS_${PN} = "perl libnet-ssleay-perl libwhisker2-perl perl-module-getopt-long perl-module-time-local perl-module-io-socket nikto-doc" SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \ file://location.patch" -- cgit v1.2.3-54-g00ecf