[Buildroot] [PATCH] package/pkgconf: purge trailig '/' from PKGCONF_SITE

Arnout Vandecappelle arnout at mind.be
Mon Dec 10 21:03:24 UTC 2018



On 10/12/2018 19:34, Carlos Santos wrote:
> <PKG>_SITE cannot have a trailing slash.
> 
> Signed-off-by: Carlos Santos <casantos at datacom.com.br>

 Committed to master after fixing the type in the commit title and adding an
explanation why this wasn't detected by the check in generic-package, thanks.

 Regards,
 Arnout

> ---
>  package/pkgconf/pkgconf.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/pkgconf/pkgconf.mk b/package/pkgconf/pkgconf.mk
> index 5352f5c962..e3c73fd405 100644
> --- a/package/pkgconf/pkgconf.mk
> +++ b/package/pkgconf/pkgconf.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  PKGCONF_VERSION = 1.5.3
> -PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf/
> +PKGCONF_SITE = https://distfiles.dereferenced.org/pkgconf
>  PKGCONF_SOURCE = pkgconf-$(PKGCONF_VERSION).tar.xz
>  PKGCONF_LICENSE = pkgconf license
>  PKGCONF_LICENSE_FILES = COPYING
> 


More information about the buildroot mailing list