From: Ross Burton Date: Thu, 10 Aug 2023 16:24:44 +0000 (+0100) Subject: meson.bbclass:: update do_write_config vardeps X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=920f6cb25c06fde679f641a076a8e17dc36a828e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git meson.bbclass:: update do_write_config vardeps Add OBJCOPY and EXEWRAPPER_ENABLED, remove LD as it isn't used anymore. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/classes-recipe/meson.bbclass b/meta/classes-recipe/meson.bbclass index 582b41a91b1..d08a83d555f 100644 --- a/meta/classes-recipe/meson.bbclass +++ b/meta/classes-recipe/meson.bbclass @@ -61,7 +61,7 @@ def rust_tool(d, target_var): return "rust = %s" % repr(cmd) 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() { # This needs to be Py to split the args into single-element lists cat >${WORKDIR}/meson.cross <