You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# ca-bundle
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
|
|
|
CA_BUNDLE_VERSION = curl-controlled
|
|
|
|
CA_BUNDLE_DIR =
|
|
|
|
CA_BUNDLE_SOURCE = cacert.pem
|
|
|
|
CA_BUNDLE_SITE = https://curl.se/ca
|
|
|
|
|
|
|
|
CA_BUNDLE_CERTS_DIR = $(sysconfdir)/ssl/certs
|
|
|
|
CA_BUNDLE_CERT = ca-certificates.crt
|
|
|
|
|
|
|
|
define CA_BUNDLE_INSTALL
|
|
|
|
$(INSTALL_DATA) -D $(DL_DIR)/$($(PKG)_SOURCE) $(TARGET_DIR)/$(CA_BUNDLE_CERTS_DIR)/$(CA_BUNDLE_CERT)
|
|
|
|
endef
|
|
|
|
CA_BUNDLE_INDIVIDUAL_HOOKS += CA_BUNDLE_INSTALL
|
|
|
|
|
|
|
|
ca-bundle: | $(TARGET_DIR)
|
|
|
|
$(call individual-package,$(PKG_NO_EXTRACT) $(PKG_NO_PATCHES))
|