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=5eb16b9f559dd8bf73f922e60d09bcf2d43cb3bc;hb=a5705407bac1c9666addea369097bf46f20a5a96;hp=90b1f0a1bd55d2a164045d72a691256c9aef8bdd;hpb=2a130864a20160ff6d36ad992beeb4cc3bb6dd78;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 90b1f0a1b..5eb16b9f5 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 = "16177cee48461c9d807c95bbb2519c63b2524d89" +SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-can-low-level;protocol=https;branch=${AGL_BRANCH}" +SRCREV = "${AGL_APP_REVISION}" -PV = "5.99.2+git${SRCPV}" +PV = "${AGLVERSION}" S = "${WORKDIR}/git" +DEPENDS = "libafb-helpers" RDEPENDS_${PN} = "dev-mapping" -inherit cmake aglwgt pkgconfig +inherit cmake aglwgt pkgconfig ptest