mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
cryptopp: use HOST_CRYPTOPP_DL_DIR instead of CRYPTOPP_DL_DIR
The infrastructure only provides HOST_CRYPTOPP_DL_DIR, because this package is host only. Ideally the infra should provide CRYPTOPP_DL_DIR, but it doesn't currently, and that requires more significant changes. Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
e8ddb6998f
commit
7ce411c452
@ -12,7 +12,7 @@ CRYPTOPP_LICENSE_FILES = License.txt
|
|||||||
CRYPTOPP_INSTALL_STAGING = YES
|
CRYPTOPP_INSTALL_STAGING = YES
|
||||||
|
|
||||||
define HOST_CRYPTOPP_EXTRACT_CMDS
|
define HOST_CRYPTOPP_EXTRACT_CMDS
|
||||||
$(UNZIP) $(CRYPTOPP_DL_DIR)/$(CRYPTOPP_SOURCE) -d $(@D)
|
$(UNZIP) $(HOST_CRYPTOPP_DL_DIR)/$(CRYPTOPP_SOURCE) -d $(@D)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
HOST_CRYPTOPP_MAKE_OPTS = \
|
HOST_CRYPTOPP_MAKE_OPTS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user