diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-07-24 20:47:04 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-07-24 20:47:04 +0000 |
commit | c76a118fa6c6ef8bb2db1f2b4c8674f478ef8976 (patch) | |
tree | e430087905c622303f4eb9172b67c348b226beb6 | |
parent | 32b9fd5cece1d78ed0556d0a3428eca337d64a17 (diff) |
4a-softmixer: bump to latest version
This takes these latest commits:
* 320d8f9 Updated the readme.md
* 1db3552 rework the sound capture & playback model
* 712b3a2 added ringbuffer and time utils
Change-Id: Ia2aaecd4761a37e1600394ff72dba5b81ffe37a4
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb index 4cdcdb90..b1f412b2 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "afc7d62d02c523f3d3adc29f713f5a4395ca3f58" +SRCREV = "320d8f978d846488d41d7f6b2c47c83225cafdb7" DEPENDS += "lua" @@ -16,7 +16,7 @@ S = "${WORKDIR}/git" inherit afb-system-cmake -#FIXME: +#FIXME : #FILES_${PN}-dev += "${INSTALL_PREFIX}/4a-softmixer/htdocs" #FILES_${PN} += "${INSTALL_PREFIX}/afb-aaaa" #FILES_${PN} += "${INSTALL_PREFIX}/lib" |