mirror of
https://git.yoctoproject.org/poky
synced 2026-06-05 02:20:12 +00:00
buildtools-tarball: export OPENSSL_CONF for openssl
export OPENSSL_CONF to aviod SDK openssl can not find openssl.cnf. (From OE-Core rev: 0aaf3dd17dcde959e9c0d62543cb91c9b33551b4) Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2fca8ce3a8
commit
bd6052d9d1
@@ -72,6 +72,7 @@ create_sdk_files_append () {
|
||||
toolchain_create_sdk_version ${SDK_OUTPUT}/${SDKPATH}/version-${SDK_SYS}
|
||||
|
||||
echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
|
||||
echo 'export OPENSSL_CONF="${SDKPATHNATIVE}${sysconfdir}/ssl/openssl.cnf"' >>$script
|
||||
|
||||
if [ "${SDKMACHINE}" = "i686" ]; then
|
||||
echo 'export NO32LIBS="0"' >>$script
|
||||
|
||||
Reference in New Issue
Block a user