Skip to content

Commit

Permalink
Attempt to fix CA certs OE4T#2
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Mordaunt <Benjamin.Mordaunt@arm.com>
  • Loading branch information
benmordaunt committed Dec 6, 2021
1 parent cbef99a commit 778e3c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ DEPENDS = " \
"
LICENSE = "BSD-3-Clause & GPLv3 & Proprietary"

CURL_CA_BUNDLE=${STAGING_DIR_NATIVE}/etc/ssl/certs/ca-certificates.crt
CURL_CA_BUNDLE = "${STAGING_DIR_NATIVE}/etc/ssl/certs/ca-certificates.crt"
export CURL_CA_BUNDLE

LIC_FILES_CHKSUM = "\
Expand Down

0 comments on commit 778e3c1

Please sign in to comment.