agl-service-audiomixer: change back to building from the default AGL branch
[AGL/meta-agl-devel.git] / meta-pipewire / recipes-multimedia / agl-service-audiomixer / agl-service-audiomixer_git.bb
index 2fff2ba..5c3cdd7 100644 (file)
@@ -4,13 +4,14 @@ SECTION     = "apps"
 LICENSE     = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;beginline=3;md5=e8ad01a5182f2c1b3a2640e9ea268264"
 
-PV = "0.0+git${SRCPV}"
+PV = "0.1+git${SRCPV}"
 
-SRC_URI = "git://gitlab.freedesktop.org/gkiagia/agl-service-audiomixer.git;protocol=https;branch=master"
-SRCREV = "${AUTOREV}"
+SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-audiomixer.git;protocol=https;branch=${AGL_BRANCH}"
+SRCREV = "${AGL_APP_REVISION}"
 
 S  = "${WORKDIR}/git"
 
 inherit cmake aglwgt pkgconfig
 
-DEPENDS += "pipewire"
+DEPENDS += "pipewire json-c"
+RDEPENDS_${PN} = "agl-service-signal-composer"