diff options
Diffstat (limited to 'meta/recipes-devtools/meson')
-rw-r--r-- | meta/recipes-devtools/meson/nativesdk-meson_0.59.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.59.2.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.59.2.bb index 0e76cc78f8..5657397ddc 100644 --- a/meta/recipes-devtools/meson/nativesdk-meson_0.59.2.bb +++ b/meta/recipes-devtools/meson/nativesdk-meson_0.59.2.bb | |||
@@ -24,12 +24,14 @@ nm = @NM | |||
24 | strip = @STRIP | 24 | strip = @STRIP |
25 | pkgconfig = 'pkg-config' | 25 | pkgconfig = 'pkg-config' |
26 | 26 | ||
27 | [properties] | 27 | [built-in options] |
28 | needs_exe_wrapper = true | ||
29 | c_args = @CFLAGS | 28 | c_args = @CFLAGS |
30 | c_link_args = @LDFLAGS | 29 | c_link_args = @LDFLAGS |
31 | cpp_args = @CPPFLAGS | 30 | cpp_args = @CPPFLAGS |
32 | cpp_link_args = @LDFLAGS | 31 | cpp_link_args = @LDFLAGS |
32 | |||
33 | [properties] | ||
34 | needs_exe_wrapper = true | ||
33 | sys_root = @OECORE_TARGET_SYSROOT | 35 | sys_root = @OECORE_TARGET_SYSROOT |
34 | 36 | ||
35 | [host_machine] | 37 | [host_machine] |