projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddcf845
)
package/waf: purge trailing '/' from WAF_SITE
author
Carlos Santos
<casantos@datacom.com.br>
Mon, 10 Dec 2018 18:45:59 +0000
(16:45 -0200)
committer
Arnout Vandecappelle (Essensium/Mind)
<arnout@mind.be>
Mon, 10 Dec 2018 21:01:37 +0000
(22:01 +0100)
<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>
package/waf/waf.mk
patch
|
blob
|
history
diff --git
a/package/waf/waf.mk
b/package/waf/waf.mk
index cb738a38fdc3a8128dcb58a124aff4d2813aa7b7..97bc2a896320f2ce79de35293abe3d3b31aa1a83 100644
(file)
--- a/
package/waf/waf.mk
+++ b/
package/waf/waf.mk
@@
-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