summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2019-05-02 09:11:13 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2019-05-02 09:19:14 +0200
commitacfb8e2eabca846d5623333461ec843cd54839b4 (patch)
tree017f6645522d891ac1c7c083d4f967b54392c317
parent0c350df9472719e156cc7027794848cbf0d4a5e4 (diff)
agl-service-audio-4a: Dependency to appcontroller
As the "controller" isn't any more in a submodules but in a library, it is required to add the dependency int he recipe. Bug-AGL: SPEC-2139 Change-Id: Ia629faf627310ee8ae9de363fd1fbc30f4c55f31 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--meta-audio-4a-framework/recipes-multimedia/agl-service-audio-4a/agl-service-audio-4a_git.bb4
1 files changed, 2 insertions, 2 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 c6281e99..014fe119 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
@@ -6,7 +6,7 @@ SECTION = "apps"
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=${AGL_BRANCH}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audio-4a;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "${AGL_APP_REVISION}"
PV = "0.1+git${SRCPV}"
@@ -14,7 +14,7 @@ S = "${WORKDIR}/git"
inherit cmake aglwgt pkgconfig
-DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 lua"
+DEPENDS += "alsa-lib json-c systemd af-binder glib-2.0 lua libappcontroller"
do_aglwgt_deploy_append() {
cat <<'EOF' >${D}/${sysconfdir}/agl-postinsts/99_4A_service_patch.sh