diff options
-rw-r--r-- | meta-agl-profile-core/recipes-apis/agl-service-can-low-level/agl-service-can-low-level_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 3a1c454ef..90b1f0a1b 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 @@ -7,9 +7,9 @@ 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 = "2b11138a150dd2e27cbf49231157f4560d536196" +SRCREV = "16177cee48461c9d807c95bbb2519c63b2524d89" -PV = "5.0+git${SRCPV}" +PV = "5.99.2+git${SRCPV}" S = "${WORKDIR}/git" RDEPENDS_${PN} = "dev-mapping" |