[yocto] [meta-security][PATCH 3/3] nikto: fix depends

Armin Kuster akuster808 at gmail.com
Fri Dec 26 18:48:17 PST 2014


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 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"
-- 
1.9.1




More information about the yocto mailing list