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 <[email protected]>
---
 meta/recipes-devtools/meson/meson/meson-wrapper | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/meta/recipes-devtools/meson/meson/meson-wrapper 
b/meta/recipes-devtools/meson/meson/meson-wrapper
index a0c1da23299..57eafca26aa 100755
--- a/meta/recipes-devtools/meson/meson/meson-wrapper
+++ b/meta/recipes-devtools/meson/meson/meson-wrapper
@@ -6,10 +6,6 @@ if [ -z "$OECORE_NATIVE_SYSROOT" ]; then
     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"
-- 
2.43.0

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#239990): 
https://lists.openembedded.org/g/openembedded-core/message/239990
Mute This Topic: https://lists.openembedded.org/mt/120068362/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to