From 0cf70c4f4fa11154d0f894c67c776ede0b09c0a9 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Thu, 21 Jul 2022 13:08:33 +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: I447f2c9a4a90867ac6e7971fd4bb89252938390b --- recipes-demo/phone/phone_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-demo/phone') diff --git a/recipes-demo/phone/phone_git.bb b/recipes-demo/phone/phone_git.bb index 5e89af53..6c418599 100644 --- a/recipes-demo/phone/phone_git.bb +++ b/recipes-demo/phone/phone_git.bb @@ -11,7 +11,7 @@ DEPENDS = "qtquickcontrols2 libqtappfw gstreamer1.0" PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/phone;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "067f1e0b7b1454922e09efada608410cd3b955b0" S = "${WORKDIR}/git" -- cgit 1.2.3-korg