[Buildroot] [PATCH 1/1] package/pkg-meson: Fix deprecation warnings in cross-compilation config

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Dec 28 21:50:04 UTC 2020


On Sun, 27 Dec 2020 02:15:05 +0000
Gleb Mazovetskiy <glex.spb at gmail.com> wrote:

> As of meson 0.56.0, `<lang>_args` and `<lang>_link_args` in the `[properties]` section are deprecated and should be placed in the `[built-in options]` section instead.
> 
> Source: https://mesonbuild.com/Machine-files.html#properties
> 
> Fixes the following deprecation warnings:
> 
> > DEPRECATION: c_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
> > DEPRECATION: c_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
> > DEPRECATION: cpp_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.
> > DEPRECATION: cpp_link_args in the [properties] section of the machine file is deprecated, use the [built-in options] section.  
> 
> Signed-off-by: Gleb Mazovetskiy <glex.spb at gmail.com>
> ---
>  package/meson/cross-compilation.conf.in | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


More information about the buildroot mailing list