diff options
author | Davis, Michael <michael.davis@essvote.com> | 2016-09-28 18:36:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-06 08:51:29 +0100 |
commit | a78dddb624cf432469c71370b9f7f262aafca5f9 (patch) | |
tree | 6da900ecab4110ba7a1fe7fd797ebf8dd64fadd4 | |
parent | 3b3cdfd71a6fdfb4d3cf66c2badbb5a3e744f037 (diff) | |
download | poky-a78dddb624cf432469c71370b9f7f262aafca5f9.tar.gz |
pulseaudio: Disable unit tests
Pulseaudio unit tests create a dependency on check not in the recipe.
Since unit tests are not used they are disabled to eliminate build race condition.
Backported from master commit 92cfdb2ba7e04e2b70986c6569f500dd2a48b5d1
(From OE-Core rev: 3bb87439e8458cff898a4e120dd65a9e32d7197b)
Signed-off-by: Michael Davis <michael.davis@essvote.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc index 8a28ca72e2..accafe1c10 100644 --- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc | |||
@@ -30,6 +30,7 @@ EXTRA_OECONF = "\ | |||
30 | --without-zsh-completion-dir \ | 30 | --without-zsh-completion-dir \ |
31 | --with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d \ | 31 | --with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d \ |
32 | ac_cv_header_valgrind_memcheck_h=no \ | 32 | ac_cv_header_valgrind_memcheck_h=no \ |
33 | --disable-tests \ | ||
33 | " | 34 | " |
34 | 35 | ||
35 | # soxr (the SoX Resampler library) doesn't seem to be currently packaged in | 36 | # soxr (the SoX Resampler library) doesn't seem to be currently packaged in |