agl-service-voice-high: remove submodule usage 44/22644/1
authorScott Murray <scott.murray@konsulko.com>
Thu, 10 Oct 2019 14:35:34 +0000 (10:35 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 15 Oct 2019 14:37:06 +0000 (14:37 +0000)
Update agl-service-voice-high recipe to replace git submodule usage
with DEPENDS on libafb-helpers and libappcontroller.  nlohmann-json
has been added also been added as a dependency since the json.hpp it
provides is no longer available from libafb-helpers as it previously
was from the submodule.  Finally, the lua dependencies have been
removed since nothing in the binding's controller usage requires
them.

Bug-AGL: SPEC-2854, SPEC-2856

Change-Id: I4ff980e6706c9e57da2c30181261f33c602f1515
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit d56e487f85b69faa022580540f58ca244caf3520)

meta-speech-framework/recipes-apis/agl-service-voice-high/agl-service-voice-high_git.bb

index 9b9fa92..b8ee77f 100644 (file)
@@ -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"