diff options
| author | Ross Burton <ross.burton@arm.com> | 2025-05-10 09:43:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-12 22:01:55 +0100 |
| commit | 298e445560c399caa362efbac3b0570067835f4b (patch) | |
| tree | c5e62ab45eb1a33982b8530372e166ccba8f068b /meta | |
| parent | 5c194e28b9363955f518889a2843e16c8e1123bc (diff) | |
| download | poky-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.bb | 3 |
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 | |||
| 83 | c_link_args = ${@generate_native_link_template(d)} | 83 | c_link_args = ${@generate_native_link_template(d)} |
| 84 | cpp_args = ['-isystem@{OECORE_NATIVE_SYSROOT}${includedir_native}' , ${@var_list2str('BUILD_OPTIMIZATION', d)}] | 84 | cpp_args = ['-isystem@{OECORE_NATIVE_SYSROOT}${includedir_native}' , ${@var_list2str('BUILD_OPTIMIZATION', d)}] |
| 85 | cpp_link_args = ${@generate_native_link_template(d)} | 85 | cpp_link_args = ${@generate_native_link_template(d)} |
| 86 | |||
| 87 | [properties] | ||
| 88 | sys_root = '@OECORE_NATIVE_SYSROOT' | ||
| 89 | EOF | 86 | EOF |
| 90 | } | 87 | } |
| 91 | 88 | ||
