Update libwindowmanager SRCREV
[AGL/meta-agl-devel.git] / meta-hmi-framework / recipes-multimedia / libsoundmanager / libsoundmanager_git.bb
index 8801b75..e694370 100644 (file)
@@ -1,13 +1,15 @@
 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"
+SECTION     = "multimedia"
 LICENSE     = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984"
+
 DEPENDS = "af-binder json-c"
 RDEPENDS_${PN} = "agl-service-soundmanager-2017"
 
-SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=master"
+inherit cmake
+
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=${AGL_BRANCH}"
 SRCREV = "cda4a958e85d397bae142fbe6068a3e17d4aa935"
 S = "${WORKDIR}/git"
-
-inherit cmake