diff options
Diffstat (limited to 'meta-speech-framework/recipes-apis/agl-service-voice-high')
-rw-r--r-- | meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb b/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb index 9b9fa928..b8ee77fd 100644 --- a/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb +++ b/meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb @@ -6,7 +6,9 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://License.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high;protocol=https;branch=${AGL_BRANCH}" +DEPENDS = "json-c systemd af-binder libafb-helpers libappcontroller nlohmann-json glib-2.0" + +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-voice-high;protocol=https;branch=${AGL_BRANCH}" SRCREV = "${AGL_APP_REVISION}" PV = "1.0+git${SRCPV}" @@ -14,4 +16,3 @@ S = "${WORKDIR}/git" inherit cmake aglwgt -DEPENDS += "json-c systemd af-binder glib-2.0 lua" |