summaryrefslogtreecommitdiffstats
path: root/meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_0.9.bb
blob: 3040644db05d3b8ab08cf427843ba3f04e5d9c36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY     = "Sound Manager client library for applications"
DESCRIPTION = "Sound Manager client library for applications built with recipe"
HOMEPAGE    = "https://wiki.automotivelinux.org/soundmanager"
SECTION     = "multimedia"
LICENSE     = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"

DEPENDS = "af-binder json-c"
RDEPENDS_${PN} = "agl-service-audio-soundmanager"

inherit cmake

SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libsoundmanager.git;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "7322b823f40a5504baef9cdb69513e7dba306ed1"
S = "${WORKDIR}/git"
PV = "0.9+git${SRCPV}"