diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-04 20:05:29 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-01-04 20:05:29 +0100 |
commit | 5ea25944de8cc9fa32429789042b25ad348c6469 (patch) | |
tree | 8b95c11ca39afe1c6c78176ef0ebe3d0a255e380 /meta-audio-4a-framework | |
parent | 345df770fb7861cf5c2f55cf65559c954a1918ee (diff) |
4a-softmixer: bump to latest revision
New changes:
* 1103db2 bluetooth: fixes the cleanup at SCO hangup
* c85fd2f Implemented the bug cleanup at application exit
Change-Id: I9f0869e6f34f70816d20c9f8155ffd304687d51e
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb index 23545608..8f1f3528 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-softmixer.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e0f57e523112e1bc73a04e8615d7a21355f0ce0e" +SRCREV = "1103db258f1864b96565c3789bd91bd4ffadc7a7" DEPENDS += "lua liburcu" |