diff options
Diffstat (limited to 'meta-agl-profile-core/recipes-devtools/cmake-apps-module')
-rw-r--r-- | meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb index f3dbd7b5f..225450118 100644 --- a/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb +++ b/meta-agl-profile-core/recipes-devtools/cmake-apps-module/cmake-apps-module_git.bb @@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7ca SECTION = "apps" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/cmake-apps-module;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "742695d0946e0bf755204a5503603fd5285aa770" +SRCREV = "f3ce787870d09cc7d28ae1f985d58aa039993bcf" -PV = "${AGL_BRANCH}+git${SRCPV}" +PV = "${AGLVERSION}" S = "${WORKDIR}/git" inherit cmake |