diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-13 14:18:10 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-13 14:18:10 +0200 |
commit | a11ef85b8dff17cbe4ee37ca182e062ec97e28e8 (patch) | |
tree | ae0d7abf27a451bc5749ff743d0dc8e5b47b2e68 | |
parent | 0c81ae989023daa4e81375e0f30a9d673602a2ab (diff) |
Fix issue that prevent config file deployment
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 <loic.collignon@iot.bzh>
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |