diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-21 13:08:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-07-21 13:58:17 +0200 |
commit | 0cf70c4f4fa11154d0f894c67c776ede0b09c0a9 (patch) | |
tree | 771e3e11a4cf1ca8a02a0994616937602c59e7f5 /recipes-demo/messaging/messaging_git.bb | |
parent | ed0546433050d3010b37a9c09e8f5a64f903d1f8 (diff) |
Remove usage of AGL_APP_REVISIONmarlin_13.0.3marlin_13.0.2marlin/13.0.3marlin/13.0.213.0.313.0.2marlin
The floating AGL_APP_REVISION leads to more rebuilds than necessary.
Replace it with a fixed SRCREV. This is recommended by upstream YP.
Bug-AGL: SPEC-4481
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I447f2c9a4a90867ac6e7971fd4bb89252938390b
Diffstat (limited to 'recipes-demo/messaging/messaging_git.bb')
-rw-r--r-- | recipes-demo/messaging/messaging_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/messaging/messaging_git.bb b/recipes-demo/messaging/messaging_git.bb index 47b3be8e6..65959b395 100644 --- a/recipes-demo/messaging/messaging_git.bb +++ b/recipes-demo/messaging/messaging_git.bb @@ -11,7 +11,7 @@ DEPENDS = "qtquickcontrols2 libqtappfw" PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/messaging;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "b895fde2c991117f910a62b54072dcad348b166e" S = "${WORKDIR}/git" |