4a-hal-generic: add missing dependency to afb-helpers and libappcontroller 49/19949/2
authorStephane Desneux <stephane.desneux@iot.bzh>
Wed, 6 Feb 2019 09:25:21 +0000 (09:25 +0000)
committerStéphane Desneux <stephane.desneux@iot.bzh>
Wed, 6 Feb 2019 09:42:29 +0000 (09:42 +0000)
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>
meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb

index d77dc31..710fca5 100644 (file)
@@ -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"