summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-13 09:25:30 +0000
committerArmin Kuster <akuster808@gmail.com>2015-01-13 12:10:48 -0800
commitea8f4661f40613cbe8cebdb2d2586f99cffbd9d6 (patch)
treeef5c1028ac2dfdf4d094cddbf063852eb91f97c6
parent903c19e3227e502385b58b6465e647fd1b6b7d6c (diff)
downloadmeta-security-ea8f4661f40613cbe8cebdb2d2586f99cffbd9d6.tar.gz
nikto: fix SRC_URI for multilib
${BPN} should be used instead of ${PN} where you want the name without any prefix (and ${BP} is short for ${BPN}-${PV}). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 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 40b5b72..8080d4a 100644
--- a/recipes-security/nikto/nikto_2.1.5.bb
+++ b/recipes-security/nikto/nikto_2.1.5.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
6 6
7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 7LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
8 8
9SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \ 9SRC_URI = "http://cirt.net/nikto/${BP}.tar.gz \
10 file://location.patch" 10 file://location.patch"
11 11
12SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e" 12SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"