summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-05-10 09:43:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-12 22:01:55 +0100
commit298e445560c399caa362efbac3b0570067835f4b (patch)
treec5e62ab45eb1a33982b8530372e166ccba8f068b /meta
parent5c194e28b9363955f518889a2843e16c8e1123bc (diff)
downloadpoky-298e445560c399caa362efbac3b0570067835f4b.tar.gz
meson: remove sysroot from the native environment file
The [properties]sys_root assignment doesn't actually do much in cross builds, and does nothing in native builds (confirmed by the Meson author). (From OE-Core rev: b3ac60779d3f392689bad25780974244f893e2a0) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/meson/meson_1.8.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/meson/meson_1.8.0.bb b/meta/recipes-devtools/meson/meson_1.8.0.bb
index 1d1011597b..5d4fc39751 100644
--- a/meta/recipes-devtools/meson/meson_1.8.0.bb
+++ b/meta/recipes-devtools/meson/meson_1.8.0.bb
@@ -83,9 +83,6 @@ c_args = ['-isystem@{OECORE_NATIVE_SYSROOT}${includedir_native}' , ${@var_list2s
83c_link_args = ${@generate_native_link_template(d)} 83c_link_args = ${@generate_native_link_template(d)}
84cpp_args = ['-isystem@{OECORE_NATIVE_SYSROOT}${includedir_native}' , ${@var_list2str('BUILD_OPTIMIZATION', d)}] 84cpp_args = ['-isystem@{OECORE_NATIVE_SYSROOT}${includedir_native}' , ${@var_list2str('BUILD_OPTIMIZATION', d)}]
85cpp_link_args = ${@generate_native_link_template(d)} 85cpp_link_args = ${@generate_native_link_template(d)}
86
87[properties]
88sys_root = '@OECORE_NATIVE_SYSROOT'
89EOF 86EOF
90} 87}
91 88