mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-10 06:23:38 +08:00
package/cryptopp: purge trailing '/' from CRYPTOPP_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:
parent
8da467b489
commit
ddcf845250
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user