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.0.1~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=62e24cf7942c7ea21b90780e15eb40174b5b2482;p=AGL%2Fmeta-agl-demo.git 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