package/waf: purge trailing '/' from WAF_SITE

<PKG>_SITE cannot have a trailing slash.

This was not detected by the check in generic-package because it is a
host-only package without Config.in symbol.

Signed-off-by: Carlos Santos <casantos@datacom.com.br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Carlos Santos 2018-12-10 16:45:59 -02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent ddcf845250
commit 10ded59ca5

View file

@ -6,7 +6,7 @@
WAF_VERSION = 1.9.5
WAF_SOURCE = waf-$(WAF_VERSION)
WAF_SITE = https://waf.io/
WAF_SITE = https://waf.io
define HOST_WAF_EXTRACT_CMDS
$(INSTALL) -D -m 0755 $(HOST_WAF_DL_DIR)/waf-$(WAF_VERSION) $(@D)/waf