diff options
author | Ross Burton <ross.burton@arm.com> | 2023-08-10 17:24:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-16 07:54:38 +0100 |
commit | de6505c8fac237319c0133b8f6a019df784499ea (patch) | |
tree | 0e596861e2aa98767b6dc6e1490a73fc7baad9da /meta | |
parent | d0cedc40397109ba018e71f9aa708a1a8cc8ccb5 (diff) | |
download | poky-de6505c8fac237319c0133b8f6a019df784499ea.tar.gz |
meson.bbclass:: update do_write_config vardeps
Add OBJCOPY and EXEWRAPPER_ENABLED, remove LD as it isn't used anymore.
(From OE-Core rev: 920f6cb25c06fde679f641a076a8e17dc36a828e)
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/classes-recipe/meson.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/meson.bbclass b/meta/classes-recipe/meson.bbclass index 582b41a91b..d08a83d555 100644 --- a/meta/classes-recipe/meson.bbclass +++ b/meta/classes-recipe/meson.bbclass | |||
@@ -61,7 +61,7 @@ def rust_tool(d, target_var): | |||
61 | return "rust = %s" % repr(cmd) | 61 | return "rust = %s" % repr(cmd) |
62 | 62 | ||
63 | addtask write_config before do_configure | 63 | addtask write_config before do_configure |
64 | do_write_config[vardeps] += "CC CXX LD AR NM STRIP READELF CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTFLAGS" | 64 | do_write_config[vardeps] += "CC CXX AR NM STRIP READELF OBJCOPY CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTFLAGS EXEWRAPPER_ENABLED" |
65 | do_write_config() { | 65 | do_write_config() { |
66 | # This needs to be Py to split the args into single-element lists | 66 | # This needs to be Py to split the args into single-element lists |
67 | cat >${WORKDIR}/meson.cross <<EOF | 67 | cat >${WORKDIR}/meson.cross <<EOF |