diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2019-11-05 23:08:33 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-18 14:42:12 +0000 |
commit | d16e35442fd4a0fa919b99ebf6b4c7b73337c42b (patch) | |
tree | 779752413326db8b4048209efd43e26f4fc24720 /meta | |
parent | f61f37bef1eb234e1de85f10da0056250950704f (diff) | |
download | poky-d16e35442fd4a0fa919b99ebf6b4c7b73337c42b.tar.gz |
nativesdk-meson: Remove some unused variables
(From OE-Core rev: ec563bf0009e1124adb966130f610b9df291fa19)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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: |