Recipe style fixes in meta-hmi-framework
[AGL/meta-agl-devel.git] / meta-hmi-framework / recipes-multimedia / agl-service-soundmanager-2017 / agl-service-soundmanager-2017_git.bb
1 SUMMARY     = "Sound Manager binding"
2 DESCRIPTION = "Sound Manager is the service binding to communicate \
3                with Genivi Audio Manager. Genivi Audio Manager is \
4                the policy manager for sound. It controls volume \
5                and routing according to various situations. \
6               "
7 HOMEPAGE    = "https://wiki.automotivelinux.org/soundmanager"
8 SECTION     = "multimedia"
9 LICENSE     = "Apache-2.0"
10 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
11
12 DEPENDS = "dbus glib-2.0 af-binder json-c"
13 RDEPENDS_${PN} = "audiomanager audiomanager-plugins"
14
15 inherit cmake aglwgt
16
17 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-soundmanager-2017;protocol=https;branch=master"
18 SRCREV = "71e9700fe906fff4f111bc70d025912ee5dd095a"
19 S = "${WORKDIR}/git"