blob: 19b3bdee2f54b2202cf8834d937aed1925e6eb17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
SUMMARY = "AVIRT user-space library"
DESCRIPTION = "ALSA Virtual Dynamic Sound Driver (AVIRT) user-space library for dynamic sound stream creation."
HOMEPAGE = "https://git.automotivelinux.org/src/libavirt/"
SECTION = "libs/multimedia"
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"
PV = "0.1+git${SRCPV}"
S = "${WORKDIR}/git"
DEPENDS = "alsa-lib"
inherit cmake
ALLOW_EMPTY_${PN} = "1"
|