diff options
author | Anuj Solanki <anuj603362@gmail.com> | 2024-10-13 11:38:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-14 09:44:49 +0000 |
commit | 7dacf1c31c27717dbc066edada97bf0571f8e1b9 (patch) | |
tree | 4af60d5deae1563898e09ec231344a6149200abe /meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb | |
parent | aa92c97dc1717cb8c28cd4a638d53a0adb391ec1 (diff) |
Voice agent: bump SRCREV
- Bump SRCREV to puck up voice assistant changes.
Bug-AGL: SPEC-5200
Change-Id: I74c4ddbeba937cf396d43b50688d5b5ad31a58de
Signed-off-by: Anuj Solanki <anuj603362@gmail.com>
Diffstat (limited to 'meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb')
-rw-r--r-- | meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb index 3f993c74..62a1f450 100644 --- a/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb +++ b/meta-offline-voice-agent/recipes-python/python3-snips-inference/python3-snips-inference-agl_0.2.0.bb @@ -7,7 +7,7 @@ SRC_URI += " \ git://gerrit.automotivelinux.org/gerrit/src/snips-inference-agl;protocol=https;branch=${AGL_BRANCH} \ " -SRCREV = "${AUTOREV}" +SRCREV = "6eee72109470897ce1e5446b2b6a0a5e579e942a" S = "${WORKDIR}/git" DEPENDS += " \ |