diff options
| author | Khem Raj <raj.khem@gmail.com> | 2025-05-20 23:20:00 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-05-27 09:01:17 +0100 |
| commit | d57f98d42801c6b4c3f8c91b713757093378e5ec (patch) | |
| tree | 645a1945d90b5b9230ef637ea60e6e4bb92e6d9a /meta | |
| parent | 6656317201fb0afc4858cdeb02864d64bed73aeb (diff) | |
| download | poky-d57f98d42801c6b4c3f8c91b713757093378e5ec.tar.gz | |
pulseaudio: Pin to use GCC compiler
Inline assembly is not written in portable fashion
(From OE-Core rev: 6e5194d84ff3dbec3f355eeda99bc739ec98de1c)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 3c65aaee6e..695f4b676d 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
| @@ -74,6 +74,11 @@ USE_NLS = "yes" | |||
| 74 | # Helps tests for -msse fail on non-SSE architectures which is all non-x86 | 74 | # Helps tests for -msse fail on non-SSE architectures which is all non-x86 |
| 75 | TUNE_CCARGS:append:toolchain-clang = " -Werror=unused-command-line-argument" | 75 | TUNE_CCARGS:append:toolchain-clang = " -Werror=unused-command-line-argument" |
| 76 | 76 | ||
| 77 | # mix_neon.c:179:9: error: invalid operand in inline asm: 'vld1.s32 ${0:h}, [$2] | ||
| 78 | # vld1.s32 ${1:h}, [$3] ' | ||
| 79 | TOOLCHAIN:armv7ve = "gcc" | ||
| 80 | TOOLCHAIN:armv7a = "gcc" | ||
| 81 | |||
| 77 | EXTRA_OEMESON = "\ | 82 | EXTRA_OEMESON = "\ |
| 78 | -Dhal-compat=false \ | 83 | -Dhal-compat=false \ |
| 79 | -Dorc=disabled \ | 84 | -Dorc=disabled \ |
