diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 11:58:04 +0000 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2018-12-20 23:01:24 +0000 |
commit | 17fd325e9416070c42ee61768f655435dc09aafc (patch) | |
tree | 9d4a19cef8ce7f4bf05de3f5edc7a6264902d0ad /meta-audio-4a-framework/recipes-multimedia | |
parent | 71103cf408e73006ca992726f9247362cdfc7995 (diff) |
4a-softmixer: add missing dependency on liburcuguppy_6.99.3guppy/6.99.36.99.3
Change-Id: If46cb938504f47456d106be4f3cd59c1407a9b6f
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-softmixer/4a-softmixer_git.bb | 2 |
1 files changed, 1 insertions, 1 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 f5b1a333..23545608 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 @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/src/4a-softmixer.git;protocol=https;branch=${AGL_BRANCH}" SRCREV = "e0f57e523112e1bc73a04e8615d7a21355f0ce0e" -DEPENDS += "lua" +DEPENDS += "lua liburcu" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" |