From a11ef85b8dff17cbe4ee37ca182e062ec97e28e8 Mon Sep 17 00:00:00 2001 From: Loïc Collignon Date: Wed, 13 Jun 2018 14:18:10 +0200 Subject: Fix issue that prevent config file deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The component was updated to fix a config deployment issue. Update the receipe SRCREV accordingly to make use of that fix. Change-Id: I44d139e5182c3fa293dc88a447fa387bb213c007 Signed-off-by: Loïc Collignon --- .../recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb b/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb index d668093a..fa13c5ac 100644 --- a/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_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/apps/agl-service-audio-4a;protocol=https;branch=eel" -SRCREV = "22c2633ac833ae78ff84beafce19cec0f05758a2" +SRCREV = "1888a208a2daacaabd28427bb519ce51ac283837" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" -- cgit 1.2.3-korg