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%2F72%2F24572%2F4;hp=75bc3a7c1081c183114d3a5eb618a73ab5c3581b;hpb=8a1733ef22fcbbdc7dd5a8fa50279aad1daba426;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 75bc3a7c1..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 = "01715613f16113017529c51703f3e5d90918c4c5" +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"