single quotes. By default, empty. Note that Buildroot already sets the
correct values for +c+, +cpp+, +ar+, +strip+, and +pkgconfig+.
+* +FOO_MESON_EXTRA_PROPERTIES+, to specify a space-separated list of
+ properties to add to the `[properties]` section of the meson
+ `cross-compilation.conf` configuration file. The format is
+ `property-name=<value>` with no space around the +=+ sign, and with
+ single quotes around string values. By default, empty. Note that
+ Buildroot already sets values for +needs_exe_wrapper+, +c_args+,
+ +c_link_args+, +cpp_args+, +cpp_link_args+, +sys_root+, and
+ +pkg_config_libdir+.
+
* +FOO_NINJA_ENV+, to specify additional environment variables to pass to
+ninja+, meson companion tool in charge of the build operations. By default,
empty.
-e 's%@HOST_DIR@%$$(HOST_DIR)%g' \
-e 's%@STAGING_DIR@%$$(STAGING_DIR)%g' \
-e "/^\[binaries\]$$$$/s:$$$$:$$(foreach x,$$($(2)_MESON_EXTRA_BINARIES),\n$$(x)):" \
+ -e "/^\[properties\]$$$$/s:$$$$:$$(foreach x,$$($(2)_MESON_EXTRA_PROPERTIES),\n$$(x)):" \
package/meson/cross-compilation.conf.in \
> $$($$(PKG)_SRCDIR)/build/cross-compilation.conf
PATH=$$(BR_PATH) $$($$(PKG)_CONF_ENV) $$(MESON) \