diff options
Diffstat (limited to 'meta/recipes-multimedia/pulseaudio')
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 11 | ||||
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 9fb5c81757..695f4b676d 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -71,6 +71,14 @@ inherit bash-completion meson pkgconfig useradd gettext perlnative systemd manpa | |||
71 | # if using --disable-nls | 71 | # if using --disable-nls |
72 | USE_NLS = "yes" | 72 | USE_NLS = "yes" |
73 | 73 | ||
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" | ||
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 | |||
74 | EXTRA_OEMESON = "\ | 82 | EXTRA_OEMESON = "\ |
75 | -Dhal-compat=false \ | 83 | -Dhal-compat=false \ |
76 | -Dorc=disabled \ | 84 | -Dorc=disabled \ |
@@ -121,9 +129,10 @@ PACKAGECONFIG[jack] = "-Djack=enabled,-Djack=disabled,jack" | |||
121 | # able to use pulseaudio autospawn for root as well. | 129 | # able to use pulseaudio autospawn for root as well. |
122 | PACKAGECONFIG[autospawn-for-root] = ",,," | 130 | PACKAGECONFIG[autospawn-for-root] = ",,," |
123 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" | 131 | PACKAGECONFIG[lirc] = "-Dlirc=enabled,-Dlirc=disabled,lirc" |
124 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing" | 132 | PACKAGECONFIG[webrtc] = "-Dwebrtc-aec=enabled,-Dwebrtc-aec=disabled,webrtc-audio-processing-1" |
125 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," | 133 | PACKAGECONFIG[ipv6] = "-Dipv6=true,-Dipv6=false," |
126 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," | 134 | PACKAGECONFIG[manpages] = "-Dman=true,-Dman=false," |
135 | PACKAGECONFIG[oss-output] = "-Doss-output=enabled,-Doss-output=disabled," | ||
127 | 136 | ||
128 | export TARGET_PFPU = "${TARGET_FPU}" | 137 | export TARGET_PFPU = "${TARGET_FPU}" |
129 | 138 | ||
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb index 54c79b4097..6c172b4ec7 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_17.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require pulseaudio.inc | 1 | require pulseaudio.inc |
2 | 2 | ||
3 | SRC_URI = "http://freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \ | 3 | SRC_URI = "http://www.freedesktop.org/software/pulseaudio/releases/${BP}.tar.xz \ |
4 | file://0001-client-conf-Add-allow-autospawn-for-root.patch \ | 4 | file://0001-client-conf-Add-allow-autospawn-for-root.patch \ |
5 | file://0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch \ | 5 | file://0002-do-not-display-CLFAGS-to-improve-reproducibility-bui.patch \ |
6 | file://volatiles.04_pulse \ | 6 | file://volatiles.04_pulse \ |