diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-06 09:25:21 +0000 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2019-02-06 09:42:29 +0000 |
commit | f26f14d835875323cb908bc6e2f3386c5612d99d (patch) | |
tree | 37c9f798ec71d04e78cd83047eb179391456baac /meta-audio-4a-framework/recipes-multimedia | |
parent | 634b20a2448d103c991844919cb0a094d2d990b3 (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>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 2 |
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" |