From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: yocto@yoctoproject.org
Subject: [meta-security][PATCH 2/2] nikto: fix SRC_URI for multilib
Date: Tue, 13 Jan 2015 09:25:30 +0000 [thread overview]
Message-ID: <1421141130-10354-2-git-send-email-paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <1421141130-10354-1-git-send-email-paul.eggleton@linux.intel.com>
${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>
---
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 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"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \
+SRC_URI = "http://cirt.net/nikto/${BP}.tar.gz \
file://location.patch"
SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"
--
1.9.3
next prev parent reply other threads:[~2015-01-13 9:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-13 9:25 [meta-security][PATCH 1/2] libseccomp: fix SRC_URI for multilib Paul Eggleton
2015-01-13 9:25 ` Paul Eggleton [this message]
2015-01-13 16:41 ` [meta-security][PATCH 2/2] nikto: " akuster808
2015-01-13 16:42 ` [meta-security][PATCH 1/2] libseccomp: " akuster808
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1421141130-10354-2-git-send-email-paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.