diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb index 1549357a55..1756f342ce 100644 --- a/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb +++ b/meta/recipes-devtools/meson/nativesdk-meson_0.49.2.bb | |||
@@ -16,11 +16,6 @@ def meson_endian(prefix, d): | |||
16 | else: | 16 | else: |
17 | bb.fatal("Cannot determine endianism for %s-%s" % (arch, os)) | 17 | bb.fatal("Cannot determine endianism for %s-%s" % (arch, os)) |
18 | 18 | ||
19 | MESON_TOOLCHAIN_ARGS = "${BUILDSDK_CC_ARCH}${TOOLCHAIN_OPTIONS}" | ||
20 | MESON_C_ARGS = "${MESON_TOOLCHAIN_ARGS} ${BUILDSDK_CFLAGS}" | ||
21 | MESON_CPP_ARGS = "${MESON_TOOLCHAIN_ARGS} ${BUILDSDK_CXXFLAGS}" | ||
22 | MESON_LINK_ARGS = "${MESON_TOOLCHAIN_ARGS} ${BUILDSDK_LDFLAGS}" | ||
23 | |||
24 | # The cross file logic is similar but not identical to that in meson.bbclass, | 19 | # The cross file logic is similar but not identical to that in meson.bbclass, |
25 | # since it's generating for an SDK rather than a cross-compile. Important | 20 | # since it's generating for an SDK rather than a cross-compile. Important |
26 | # differences are: | 21 | # differences are: |