From 8d7da20b1a3d845b97e2972696170b4008882ffc Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 19 Jan 2017 16:15:40 +0900 Subject: [PATCH] Fix a bug in the audio management Fix the bug to pulseaudio crashes due to module-router NULL acces. Change-Id: I1e16c4b19b10ee47317b397daeb290699d106ab0 Signed-off-by: Naoto Yamaguchi --- recipes-multimedia/module-router/module-router_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-multimedia/module-router/module-router_git.bb b/recipes-multimedia/module-router/module-router_git.bb index e84382408..9ccb63c43 100755 --- a/recipes-multimedia/module-router/module-router_git.bb +++ b/recipes-multimedia/module-router/module-router_git.bb @@ -10,7 +10,7 @@ SRC_URI = " \ git://github.com/tisogai/module-router.git;protocol=https;branch=master \ " -SRCREV = "10b9b8bbd890dcd9acb55d4bb12f80659e1338b6" +SRCREV = "859cbdfe579a36e5a4897862f144038dbac760b2" S = "${WORKDIR}/git" inherit cmake -- 2.16.6