浏览代码

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>
Carlos Santos 6 年之前
父节点
当前提交
ddcf845250
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/cryptopp/cryptopp.mk

+ 1 - 1
package/cryptopp/cryptopp.mk

@@ -6,7 +6,7 @@
 
 
 CRYPTOPP_VERSION = 7.0.0
 CRYPTOPP_VERSION = 7.0.0
 CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
 CRYPTOPP_SOURCE = cryptopp$(subst .,,$(CRYPTOPP_VERSION)).zip
-CRYPTOPP_SITE = http://cryptopp.com/
+CRYPTOPP_SITE = http://cryptopp.com
 CRYPTOPP_LICENSE = BSL-1.0
 CRYPTOPP_LICENSE = BSL-1.0
 CRYPTOPP_LICENSE_FILES = License.txt
 CRYPTOPP_LICENSE_FILES = License.txt
 CRYPTOPP_INSTALL_STAGING = YES
 CRYPTOPP_INSTALL_STAGING = YES