summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRandy Li <ayaka@soulik.info>2021-10-25 11:37:43 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-03 00:40:35 +0800
commit07e2ace3e9208b1a0806cd0ab768059671974a1c (patch)
tree28b3720f70da0057eb16c563eb6ed3bde4357bd9 /meta/recipes-devtools
parent40a688f4b3398c1bfe1258be98c3ff7b74699094 (diff)
downloadopenembedded-core-contrib-07e2ace3e9208b1a0806cd0ab768059671974a1c.tar.gz
meson: move lang args to the right section
After meson 0.56.0, <lang>_args and <lang>_link_args would be regarded as meson built-in options. Signed-off-by: Hsia-Jun(Randy) Li <randy.li@synaptics.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 50c8f654e9006a7c902dd76f75082d4f8d668d0c) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/meson/nativesdk-meson_0.58.1.bb6
1 files changed, 4 insertions, 2 deletions
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]