diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-07-15 13:25:49 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-16 13:53:17 +0100 |
| commit | 63b924872103a53e7f862eb960be3da580366062 (patch) | |
| tree | dc8c02531de58d55dee84bc5f6d122433d96173e | |
| parent | 314fc656d967da78db8024684e1829b81c3e0d81 (diff) | |
| download | poky-63b924872103a53e7f862eb960be3da580366062.tar.gz | |
nativesdk-meson: Remove some unused variables
(From OE-Core rev: 02b01280c0cc1e426d0cd9210c4bcd1f95977ab2)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb index 1549357a55..1756f342ce 100644 --- a/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb +++ b/meta/recipes-devtools/meson/nativesdk-meson_0.50.1.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: |
