diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2019-02-05 18:29:33 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-02-07 13:19:16 +0000 |
commit | 237888bd01565888afcb230fd60ef19308fecf6c (patch) | |
tree | badb3a65480194cfd99fbe8196501db52da99bec /meta-audio-4a-framework | |
parent | d9a2bc317315b130ac644ebace3e22ece8b8a0e5 (diff) |
4a-hal-generic: bump to latest revision (+ add missing deps)
Included changes:
* 27e0c1b bluealsa plugin: monitor the state of service via dbus
* 01a186a Add gitreview file for guppy branch
* 2b558bb Migrate to newer application framework calls
* 20a22fa Migrate app-controller from submodule to library
* 9f6a13d Migrate afb-helpers from submodule to library
* 756f8d0 Move from controller functions to afb functions
* 524ad81 Create 'halmap' ALSA controls events earlier
* 9ea8f82 Add event to indicate hal stream changes
* 5f5c1a6 Improve stream creation/deletion functions
* e3f74a9 Use linked-list to handle hal stream list
* 4f44ee8 Turn '4a-hal-utilities' into an internal library
* a93c356 Use latest version of app-controller submodule.
This also adds the missing dependencies to afb-helper and libappcontroller
Bug-AGL: SPEC-2126
Change-Id: Ifa67610bc908d3fbdd9862f2d0b6466260271d56
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-hal-generic/4a-hal-generic_git.bb | 4 |
1 files changed, 2 insertions, 2 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..415ec5a8 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 @@ -7,9 +7,9 @@ LICENSE = "Apache-2.0" 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" +SRCREV = "2d4da5da14a328fa04ebddad33750c033523c383" -DEPENDS += "lua bluez-alsa liburcu" +DEPENDS += "lua bluez-alsa liburcu libafb-helpers libappcontroller" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" |