From 39bbb416b2796223ab4f2a32693728f7efc72411 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 21 Jul 2022 10:51:35 +0200 Subject: Remove usage of AGL_APP_REVISION 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 Change-Id: Iea6a21720b920c5886c933c4ebc81856416368aa Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27783 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-app-framework/recipes-core') diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb index 70af49bd6..33276b9a0 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb @@ -15,7 +15,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = " \ git://gerrit.automotivelinux.org/gerrit/src/applaunchd;protocol=https;branch=${AGL_BRANCH} \ " -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "770cda52bb61ac93dfaf8cf58fc3f8a84f629976" S = "${WORKDIR}/git" -- cgit 1.2.3-korg