5bf325a3b2391b572a5f141c19f278bd7f500fd1
[AGL/meta-agl-devel.git] / meta-hmi-framework / recipes-multimedia / libsoundmanager / libsoundmanager_git.bb
1 SUMMARY     = "Sound Manager client library for applications"
2 DESCRIPTION = "Sound Manager client library for applications built with recipe"
3 HOMEPAGE    = "https://wiki.automotivelinux.org/soundmanager"
4 SECTION     = "multimedia"
5 LICENSE     = "Apache-2.0"
6 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
7
8 DEPENDS = "af-binder json-c"
9 RDEPENDS_${PN} = "agl-service-soundmanager-2017"
10
11 inherit cmake
12
13 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=master"
14 SRCREV = "cda4a958e85d397bae142fbe6068a3e17d4aa935"
15 S = "${WORKDIR}/git"