package/pkg-meson.mk: fix deprecation warnings in cross-compilation.conf
authorGleb Mazovetskiy <glex.spb@gmail.com>
Sun, 27 Dec 2020 02:15:05 +0000 (02:15 +0000)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 28 Dec 2020 21:49:50 +0000 (22:49 +0100)
commite51d73a941cc5abb3f4a71e674e2f17072b6e671
tree1f58ccf9a1f5a592e93bd7eaf733c12171574b19
parentbe533f69419ab33e87eb92abb3c5afbecffddbce
package/pkg-meson.mk: fix deprecation warnings in cross-compilation.conf

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@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/meson/cross-compilation.conf.in