From 9ff0fbc40603f6e2b306c000116a7288b3fa2c3c Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Tue, 27 Jun 2017 22:47:15 +0300 Subject: disable module-role-cork by default module-role-cork's hardcoded corking policy can conflict with the configurable policy management that is part of module-router and AudioManager. Since module-router/AM are enabled by default in demo builds, we must also disable module-role-cork to avoid conflicting corking policies. Bug-AGL: SPEC-710 Change-Id: I55442b5c11e711783fb4f890d1f26227c295d122 Signed-off-by: Matt Porter --- recipes-multimedia/pulseaudio/pulseaudio_%.bbappend | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-multimedia/pulseaudio/pulseaudio_%.bbappend') diff --git a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend index 8ff6a736..98630548 100644 --- a/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend +++ b/recipes-multimedia/pulseaudio/pulseaudio_%.bbappend @@ -1,3 +1,4 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" SRC_URI += "file://0006-auto-load-module-router.patch" +SRC_URI += "file://0001-disable-module-role-cork-by-default.patch" -- cgit 1.2.3-korg