diff options
| author | Carlos Santos <casantos@datacom.com.br> | 2018-12-10 16:42:46 -0200 |
|---|---|---|
| committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2018-12-10 22:01:28 +0100 |
| commit | ddcf8452502e25d7877c8214969691a7ee5889ca (patch) | |
| tree | 249516cdefd949f8192c6e337ba3ed5e0168f01e | |
| parent | 8da467b489e753a9eaae132ba6271417dade7263 (diff) | |
| download | buildroot-ddcf8452502e25d7877c8214969691a7ee5889ca.tar.gz buildroot-ddcf8452502e25d7877c8214969691a7ee5889ca.zip | |
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>
| -rw-r--r-- | package/cryptopp/cryptopp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |

