From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 219BDE004F2; Tue, 13 Jan 2015 08:42:17 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (akuster808[at]gmail.com) * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.216.46 listed in list.dnswl.org] Received: from mail-qa0-f46.google.com (mail-qa0-f46.google.com [209.85.216.46]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CDB68E002F9 for ; Tue, 13 Jan 2015 08:42:03 -0800 (PST) Received: by mail-qa0-f46.google.com with SMTP id j7so2845826qaq.5 for ; Tue, 13 Jan 2015 08:42:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=pi8rEEPCvOGrkqE2Ip+TwdDUdI3RqcIQo3Ns94/4QY0=; b=IDX+YZOB7AtyJGiSDNPl0ZTfgearbppJRZ9X0Nm3jfRy2K/sXGk0Kp4zGUJBqyIKLJ hdHcyxGU1AWjce+y8H5QNMRjgsJ+0pSmoyNVKAKVWPgI7Iw+EuRR/PA/BswT2WD7jwyS 9J1KJdNkbGH5QSVGAWO4t4/c9MM8cKkJ+faPW3ZlxffAS7vXvpEBx9hKxQyDVCSP8GQy 0eZm7TbHItFgJcRPWO5Nud7klvJaKg6mzBu7190rybah8RwWmsNFOlzGAvb3NgpvaOdO pOxVTn9nIwh7sdm2aJl9ZCbB8kdu1XimOEUPVNtD/rTSqimsWBYZVx42oB6BX8GrCxYA kxgw== X-Received: by 10.140.23.84 with SMTP id 78mr56860230qgo.93.1421167323138; Tue, 13 Jan 2015 08:42:03 -0800 (PST) Received: from ?IPv6:2601:c:a700:272f:8862:ec43:da6e:7aef? ([2601:c:a700:272f:8862:ec43:da6e:7aef]) by mx.google.com with ESMTPSA id 43sm18061250qgb.17.2015.01.13.08.42.00 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 13 Jan 2015 08:42:01 -0800 (PST) Message-ID: <54B54ACF.5010401@gmail.com> Date: Tue, 13 Jan 2015 08:41:51 -0800 From: akuster808 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Paul Eggleton , yocto@yoctoproject.org References: <1421141130-10354-1-git-send-email-paul.eggleton@linux.intel.com> <1421141130-10354-2-git-send-email-paul.eggleton@linux.intel.com> In-Reply-To: <1421141130-10354-2-git-send-email-paul.eggleton@linux.intel.com> Subject: Re: [meta-security][PATCH 2/2] nikto: fix SRC_URI for multilib X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2015 16:42:17 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit merged . thanks, Armin On 01/13/2015 01:25 AM, Paul Eggleton wrote: > ${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 > --- > 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" >