mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
d0cedc4039
commit
de6505c8fa
@@ -61,7 +61,7 @@ def rust_tool(d, target_var):
|
|||||||
return "rust = %s" % repr(cmd)
|
return "rust = %s" % repr(cmd)
|
||||||
|
|
||||||
addtask write_config before do_configure
|
addtask write_config before do_configure
|
||||||
do_write_config[vardeps] += "CC CXX LD AR NM STRIP READELF CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTFLAGS"
|
do_write_config[vardeps] += "CC CXX AR NM STRIP READELF OBJCOPY CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTFLAGS EXEWRAPPER_ENABLED"
|
||||||
do_write_config() {
|
do_write_config() {
|
||||||
# This needs to be Py to split the args into single-element lists
|
# This needs to be Py to split the args into single-element lists
|
||||||
cat >${WORKDIR}/meson.cross <<EOF
|
cat >${WORKDIR}/meson.cross <<EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user