diff options
author | Matt Porter <mporter@konsulko.com> | 2017-07-05 14:22:53 +0300 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2017-07-05 14:22:53 +0300 |
commit | 2236dc42b7824a5aa0c6841d38500c0ef76512b5 (patch) | |
tree | 5e86ff153fa938e943c2f5628ef0698b0aa4d64f | |
parent | 2a0e9f5cb47ee770ed8eb4642b9b227299ba5e82 (diff) |
module-router: update SRCREV to include empty proplist description fix
https://github.com/tisogai/module-router/commit/8104a3174e6f54ace53066ab1797d9b9bd2bdf63
fixes a race condition that results in an AudioManager crash.
Bug-AGL: SPEC-660
Change-Id: I59897eeda05bc6be8e9664d9d5b895fad9a3bece
Signed-off-by: Matt Porter <mporter@konsulko.com>
-rwxr-xr-x | recipes-multimedia/module-router/module-router_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-multimedia/module-router/module-router_git.bb b/recipes-multimedia/module-router/module-router_git.bb index 9ccb63c43..cd52b68ad 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 = "859cbdfe579a36e5a4897862f144038dbac760b2" +SRCREV = "8104a3174e6f54ace53066ab1797d9b9bd2bdf63" S = "${WORKDIR}/git" inherit cmake |