diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-06-14 11:55:10 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-06-19 13:05:28 +0000 |
commit | 79f050d4b9a2d5c8800f24544f1011983b6fc67f (patch) | |
tree | 84fec151a8c4280d665780975bfced62aa954d4c /meta-agl-profile-core/recipes-devtools | |
parent | 3045563d9eb21cfa7450a911dc038f1ee9710de0 (diff) |
libafb-helpers: Fix bug SPEC-2520
This integrates the fix of the homescreen crashing
after recent audiomixer change.
Bug-AGL: SPEC-2520
Change-Id: Ia9899cbe23fc88179d26d8069c3e12463bdda5b6
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc index e01726c54..abb5452dc 100644 --- a/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc +++ b/meta-agl-profile-core/recipes-devtools/libafb-helpers/libafb-helpers_git.inc @@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libafb-helpers;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "5c0522378bf12d2103093eef813f962864bec692" +SRCREV = "547374849a76225b1a6a0dd8bb84ae27a601f19d" PV = "${AGLVERSION}" S = "${WORKDIR}/git" |