summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephane Desneux <stephane.desneux@iot.bzh>2019-02-06 09:25:21 +0000
committerStéphane Desneux <stephane.desneux@iot.bzh>2019-02-06 09:42:29 +0000
commitf26f14d835875323cb908bc6e2f3386c5612d99d (patch)
tree37c9f798ec71d04e78cd83047eb179391456baac
parent634b20a2448d103c991844919cb0a094d2d990b3 (diff)
4a-hal-generic: add missing dependency to afb-helpers and libappcontroller
This new dependency is needed because 4a-hal-generic doesn't use submodules anymore for helpers and controller. Change-Id: I25125416d765cf1d4adc0a3e33d13accc21701ee Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb
index d77dc315..710fca53 100644
--- a/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb
+++ b/meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-hal-generic;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "01d55ed8cdd01ca4a7b391ca61c80084bd5a6f2f"
-DEPENDS += "lua bluez-alsa liburcu"
+DEPENDS += "lua bluez-alsa liburcu libafb-helpers libappcontroller"
PV = "0.1+git${SRCPV}"
S = "${WORKDIR}/git"