[RCAR] adjust asound.state for new BSP 3.21/YP3.1
[AGL/meta-agl.git] / meta-agl-profile-core / recipes-apis / agl-service-can-low-level / agl-service-can-low-level_git.bb
index b659f28..d06cfd2 100644 (file)
@@ -7,13 +7,13 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
 
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "97a08a7e37835f0e8619d22c83243bee26a2bff2"
+SRCREV = "${AGL_APP_REVISION}"
 
 PV = "${AGLVERSION}"
 S  = "${WORKDIR}/git"
 
-DEPENDS = "libafb-helpers"
-RDEPENDS_${PN} = "dev-mapping"
+DEPENDS = "libafb-helpers libappcontroller"
 
 inherit cmake aglwgt pkgconfig ptest
 
+RDEPENDS_${PN} = "virtual/low-can-dev-mapping"