X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-agl-profile-core%2Frecipes-apis%2Fagl-service-can-low-level%2Fagl-service-can-low-level_git.bb;h=d06cfd26a866b5c33d5a997d46ed44f40e15e5ec;hb=refs%2Fchanges%2F51%2F25051%2F2;hp=e10a3e0857589cd8d87fdcbf223b9350b1744a08;hpb=b9a099d209240e90748727fc4ebfb327c47cad0d;p=AGL%2Fmeta-agl.git diff --git a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb index e10a3e085..d06cfd26a 100644 --- a/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb +++ b/meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb @@ -6,13 +6,14 @@ SECTION = "apps" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -SRC_URI = "gitsm://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "3e6d3fa8be349b40d6fd03d198b5e033cc7719e2" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" PV = "${AGLVERSION}" S = "${WORKDIR}/git" -RDEPENDS_${PN} = "dev-mapping" +DEPENDS = "libafb-helpers libappcontroller" inherit cmake aglwgt pkgconfig ptest +RDEPENDS_${PN} = "virtual/low-can-dev-mapping"