The wrapper script no longer needs to set SSL_CERT_DIR to what it hopes
is the right path, as openssl now does this when initialising the SDK[1].
[1] oe-core
d6b15d1e70b ("openssl: export necessary env vars in SDK")
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
exec "meson.real" "$@"
fi
-if [ -z "$SSL_CERT_DIR" ]; then
- export SSL_CERT_DIR="$OECORE_NATIVE_SYSROOT/etc/ssl/certs/"
-fi
-
case "$1" in
setup|configure|dist|install|introspect|init|test|wrap|subprojects|rewrite|compile|devenv|env2mfile|help)
MESON_CMD="$1"