Fix for typo in agl-service-voiceagent recipe 06/29406/1
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 14 Nov 2023 15:29:36 +0000 (16:29 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 14 Nov 2023 15:30:25 +0000 (16:30 +0100)
There is an error in the SRC_URI. Fix it.

Bug-AGL: SPEC-4906

Change-Id: I27d10760401226f4427152554535be75c1bbc77e
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-offline-voice-agent/recipes-assistant/voiceagent-service/agl-service-voiceagent_git.bb

index 6fa560c..7b6139d 100644 (file)
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=4202492ed9afcab3aaecc4a9ec32adb2"
 
 SRC_URI = " \
     file://agl-service-voiceagent.service \
-    git://gerrit.automotivelinux.org/gerrit/apps/agl-service-voiceagent;protocol=https;branch=${AGL_BRANCH}
+    git://gerrit.automotivelinux.org/gerrit/apps/agl-service-voiceagent;protocol=https;branch=${AGL_BRANCH} \
 "
 
 SRCREV = "${AUTOREV}"