diff options
author | Matt Porter <mporter@konsulko.com> | 2017-07-05 14:22:53 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-07-12 16:56:27 +0000 |
commit | 90bfc33801b2d2b34abb02130d48fda9609d50d0 (patch) | |
tree | ec06939d8e01bdc5c4b74a933a255b8dbf9f0252 /recipes-multimedia/module-router/module-router_git.bb | |
parent | e55d64dbd811b4c6b7a97161ac899007411026c9 (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>
(cherry picked from commit 2236dc42b7824a5aa0c6841d38500c0ef76512b5)
Diffstat (limited to 'recipes-multimedia/module-router/module-router_git.bb')
-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 |