From: Naoto Yamaguchi Date: Thu, 19 Jan 2017 07:15:40 +0000 (+0900) Subject: Fix a bug in the audio management X-Git-Tag: 3.99.1~40 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=8d7da20b1a3d845b97e2972696170b4008882ffc 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 --- 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