[Buildroot] [PATCH v4 3/3] download: get rid of trailing slash removal hack for FOO_SITE

Arnout Vandecappelle arnout at mind.be
Sun Oct 4 12:39:16 UTC 2015


On 03-10-15 18:22, Luca Ceresoli wrote:
> Not needed anymore since the URLs have been cleared, the manual states
> they are illegal and a check has been introduced to notice future
> mistakes.
> 
> Signed-off-by: Luca Ceresoli <luca at lucaceresoli.net>

Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>


 Regards,
 Arnout

> 
> ---
> No changes in v4.
> 
> Changes v2 -> v3:
>  - move after the commit on docs/manual, update commit message.
> 
> Changes v1 -> v2:
>  - redo on current master.
> ---
>  package/pkg-generic.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk
> index de2fb07..3942a89 100644
> --- a/package/pkg-generic.mk
> +++ b/package/pkg-generic.mk
> @@ -388,7 +388,7 @@ endif
>  $(2)_ALL_DOWNLOADS = \
>  	$$(foreach p,$$($(2)_SOURCE) $$($(2)_PATCH) $$($(2)_EXTRA_DOWNLOADS),\
>  		$$(if $$(findstring ://,$$(p)),$$(p),\
> -			$$($(2)_SITE:/=)/$$(p)))
> +			$$($(2)_SITE)/$$(p)))
>  
>  ifndef $(2)_SITE
>   ifdef $(3)_SITE
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF


More information about the buildroot mailing list