From: Randy Li Date: Mon, 25 Oct 2021 03:37:43 +0000 (+0800) Subject: meson: move lang args to the right section X-Git-Tag: 2021-10.1-honister~62 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=07e2ace3e9208b1a0806cd0ab768059671974a1c;p=openembedded-core.git meson: move lang args to the right section After meson 0.56.0, _args and _link_args would be regarded as meson built-in options. Signed-off-by: Hsia-Jun(Randy) Li Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 50c8f654e9006a7c902dd76f75082d4f8d668d0c) Signed-off-by: Anuj Mittal --- diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb index 0e76cc78f8..5657397ddc 100644 --- a/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb +++ b/meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb @@ -24,12 +24,14 @@ nm = @NM strip = @STRIP pkgconfig = 'pkg-config' -[properties] -needs_exe_wrapper = true +[built-in options] c_args = @CFLAGS c_link_args = @LDFLAGS cpp_args = @CPPFLAGS cpp_link_args = @LDFLAGS + +[properties] +needs_exe_wrapper = true sys_root = @OECORE_TARGET_SYSROOT [host_machine]