Add a clarification comment because it's not immediately obvious that
meson-native is used in eSDKs (whereas nativesdk-meson is used in a SDK).

Signed-off-by: Ross Burton <[email protected]>
---
 meta/recipes-devtools/meson/meson/meson-wrapper | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/meson/meson/meson-wrapper 
b/meta/recipes-devtools/meson/meson/meson-wrapper
index 3aa1a93520c..570b550e019 100755
--- a/meta/recipes-devtools/meson/meson/meson-wrapper
+++ b/meta/recipes-devtools/meson/meson/meson-wrapper
@@ -1,5 +1,7 @@
 #!/bin/sh
 
+# If this wrapper script is being ran in a normal build environment and not an
+# eSDK, then just call the real script directly.
 if [ -z "$OECORE_NATIVE_SYSROOT" ]; then
     exec "meson.real" "$@"
 fi
-- 
2.43.0

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

Reply via email to