diff options
author | Jonathan Aillet <jonathan.aillet@iot.bzh> | 2018-06-27 11:40:23 +0200 |
---|---|---|
committer | Stéphane Desneux <stephane.desneux@iot.bzh> | 2018-06-27 10:10:45 +0000 |
commit | 016d05c3d0f6a647d0229a2bb16a1d33b25e51ce (patch) | |
tree | b03b24fe8487cfff23d2642e52cf07d3632b3fb0 /meta-audio-4a-framework/recipes-multimedia/4a-hal-generic | |
parent | 184f8b79f85fac04262e78fec8b160f8617fbd30 (diff) |
4a-hal-generic: Bump to latest version
* 81766dc Fix spelling in README.md
* 51bb228 Improve hal list response from hal-manager
* 2dfd4dd Remove boolean library
* 38dcf50 Free json objects that should have been freed
* 00a7499 Correct handling of incomming json messages
* 9e0c0cf Authorize launching 4a-hal with no config file
* 440cb8a Correct the request return when calling a stream
* c422421 Delay event parsing to be the last
* c42b631 Optimize alsacore event handler
* 592480d Update Kingfisher json configuration files
Bug-AGL: SPEC-1405
Change-Id: Ide6e0e7ac7b6473ef44d674eb445352ab13097b6
Signed-off-by: Jonathan Aillet <jonathan.aillet@iot.bzh>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/4a-hal-generic')
-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 cc30c62c..fc56f5f0 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,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-hal-generic;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "c81a8259a60b6a3f74653d53a06d5fba57d4fc3d" +SRCREV = "81766dc459a1a7938c973bdb6730d1a07cbfe224" DEPENDS += "lua" |