[yocto] [meta-security][PATCH 2/2] nikto: fix SRC_URI for multilib

akuster808 akuster808 at gmail.com
Tue Jan 13 08:41:51 PST 2015


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 <paul.eggleton at 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"
>



More information about the yocto mailing list