diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 23:22:04 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-12-20 22:39:48 +0000 |
commit | 0ae76ba7601e5b8b7bc7368cbbdb0c1cdc88c0f6 (patch) | |
tree | 62690db44871a6729e82de5aa9667ca65e7e370a /meta-audio-4a-framework | |
parent | 65c473d8af4efc2ecd4108d9c8b763fde14f1a60 (diff) |
4a-alsa-core: bump to last revision
This includes the following changes:
* 985df9f alsaSetGetCtls: fixed a memory leak
* 25e4773 Move autobuild to top tree
* 838192f Add test for 4a-alsa-core
* 2a9a1b6 Change .gitmodules following submodule migration
* 6a6963c Migrate app-templates to CMake module
Change-Id: Id5344ff70e2c5d30c55be3f40ffaf6ad2b5ef880
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-alsa-core/4a-alsa-core_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb index b407bd94..bb01a65a 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-alsa-core/4a-alsa-core_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-alsa-core;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "ef3575fd397498a57c09c0caa3ffde8ec3040aab" +SRCREV = "985df9fad73cd9e9c5f18e18f3fe41e030f63b20" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" |