diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-06-29 12:14:02 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-06-29 10:43:37 +0000 |
commit | a848dfd45f4130127f77d0f1ab7d49194304e381 (patch) | |
tree | 2029e476fd683ae0d7dc80764ba63a288550c0f1 /meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | |
parent | 3247923e770d1d0f4f329f9365772c67a0b4e747 (diff) |
meta-audio-4a-framework: bump 4a-softmixer and 4a-hal-generic to latest revs
This fixes the build issues with latest version of appfw binder:
* 4a-hal-generic: (90cae7b) Update version of app-controller submodule.
* 4a-softmixer: (1065a98) Update version of app-controller-submodule submodule.
Bug-AGL: SPEC-1405
Change-Id: I476ad4aaed1f0670a558a26eb6a4b589d7840e9d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb')
-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 2cead9a0..441d4d6c 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 @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}" #SRCREV = "${AGL_APP_REVISION}" -SRCREV = "731c21e80ba45339b7dd9b8eae63accd3597d281" +SRCREV = "1065a98987848cd89a116c440ed476c96488ec1d" DEPENDS += "lua" |