[oe-commits] [openembedded-core] 01/07: pulseaudio: Disable unit tests

git at git.openembedded.org git at git.openembedded.org
Thu Oct 6 07:52:15 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 3bb87439e8458cff898a4e120dd65a9e32d7197b
Author: Davis, Michael <michael.davis at essvote.com>
AuthorDate: Wed Sep 28 18:36:41 2016 +0000

    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
    
    Signed-off-by: Michael Davis <michael.davis at essvote.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-multimedia/pulseaudio/pulseaudio.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
index 8a28ca7..accafe1 100644
--- a/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
+++ b/meta/recipes-multimedia/pulseaudio/pulseaudio.inc
@@ -30,6 +30,7 @@ EXTRA_OECONF = "\
 		--without-zsh-completion-dir \
 		--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d \
                 ac_cv_header_valgrind_memcheck_h=no \
+                --disable-tests \
 "
 
 # soxr (the SoX Resampler library) doesn't seem to be currently packaged in

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list