summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2019-07-15 13:25:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-16 13:53:17 +0100
commit63b924872103a53e7f862eb960be3da580366062 (patch)
treedc8c02531de58d55dee84bc5f6d122433d96173e /meta/recipes-devtools/meson
parent314fc656d967da78db8024684e1829b81c3e0d81 (diff)
downloadpoky-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>
Diffstat (limited to 'meta/recipes-devtools/meson')
-rw-r--r--meta/recipes-devtools/meson/nativesdk-meson_0.50.1.bb5
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
19MESON_TOOLCHAIN_ARGS = "${BUILDSDK_CC_ARCH}${TOOLCHAIN_OPTIONS}"
20MESON_C_ARGS = "${MESON_TOOLCHAIN_ARGS} ${BUILDSDK_CFLAGS}"
21MESON_CPP_ARGS = "${MESON_TOOLCHAIN_ARGS} ${BUILDSDK_CXXFLAGS}"
22MESON_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: