diff options
author | 2019-04-08 12:16:59 +1000 | |
---|---|---|
committer | 2019-05-01 11:50:52 +0000 | |
commit | 80a24bc69093d3fc5fa2d57242014fbc21307b24 (patch) | |
tree | aaed381a1f4314b8ae5ac9129f67670ee2c14462 /meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb | |
parent | 0bfe1a36c4bcc9c4d309f9005b2d8da23ca0eed8 (diff) |
Update avirt kernel module and libavirt userspace library
Update the avirt core kernel module and the accompanying libavirt
userspace library to the latest releases. The key new feature is a
completed and finalized audio path routing system, enabling audio
routing at the kernel level.
Change-Id: I69eaa578390f4ba67ad71506c359276bee252b19
Signed-off-by: Mark Farrugia <mark.farrugia@fiberdyne.com.au>
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb b/meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb index 19b3bdee..6d224e4e 100644 --- a/meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/libavirt/libavirt_git.bb @@ -7,7 +7,7 @@ LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libavirt;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "3205195333eb1435bdef8257e0d122c25d0b7e6f" +SRCREV = "379ea3c132f53eb6f5cf26d1c8a5ca335eb32a2e" PV = "0.1+git${SRCPV}" S = "${WORKDIR}/git" |