[Buildroot] [git commit] package/cryptopp: purge trailing '/' from CRYPTOPP_SITE

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Mon Dec 10 21:01:28 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=ddcf8452502e25d7877c8214969691a7ee5889ca
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

<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 at datacom.com.br>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/cryptopp/cryptopp.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/cryptopp/cryptopp.mk b/package/cryptopp/cryptopp.mk
index 08b18f2fbc..bc1f5a87a2 100644
--- a/package/cryptopp/cryptopp.mk
+++ b/package/cryptopp/cryptopp.mk
@@ -6,7 +6,7 @@
 
 CRYPTOPP_VERSION = 7.0.0
 CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
-CRYPTOPP_SITE = http://cryptopp.com/
+CRYPTOPP_SITE = http://cryptopp.com
 CRYPTOPP_LICENSE = BSL-1.0
 CRYPTOPP_LICENSE_FILES = License.txt
 CRYPTOPP_INSTALL_STAGING = YES


More information about the buildroot mailing list