mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
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. (From OE-Core rev: 07e2ace3e9208b1a0806cd0ab768059671974a1c) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -24,12 +24,14 @@ nm = @NM
|
|||||||
strip = @STRIP
|
strip = @STRIP
|
||||||
pkgconfig = 'pkg-config'
|
pkgconfig = 'pkg-config'
|
||||||
|
|
||||||
[properties]
|
[built-in options]
|
||||||
needs_exe_wrapper = true
|
|
||||||
c_args = @CFLAGS
|
c_args = @CFLAGS
|
||||||
c_link_args = @LDFLAGS
|
c_link_args = @LDFLAGS
|
||||||
cpp_args = @CPPFLAGS
|
cpp_args = @CPPFLAGS
|
||||||
cpp_link_args = @LDFLAGS
|
cpp_link_args = @LDFLAGS
|
||||||
|
|
||||||
|
[properties]
|
||||||
|
needs_exe_wrapper = true
|
||||||
sys_root = @OECORE_TARGET_SYSROOT
|
sys_root = @OECORE_TARGET_SYSROOT
|
||||||
|
|
||||||
[host_machine]
|
[host_machine]
|
||||||
|
|||||||
Reference in New Issue
Block a user