From a36035a50d4da95b49a299dffb13c7f7271b091b Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 13 Sep 2018 03:00:34 +0300 Subject: demo-hmi: libqtappfw: switch to using a static SRCREV libqtappfw recipe should have been using a static SRCREV than the previous autoreving. Bug-AGL: SPEC-1680 Change-Id: I738fbb398d03b46560b9f3c44b107747bce7198d Signed-off-by: Matt Ranostay --- recipes-demo-hmi/libqtappfw/libqtappfw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index dbaee946..dfb10b72 100644 --- a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb @@ -13,7 +13,7 @@ DEPENDS += "qtbase qtdeclarative qtwebsockets libvcard" inherit cmake_qt5 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "${AGL_APP_REVISION}" +SRCREV = "051bf8e79c99699704032b7b943459a30aae22c8" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly -- cgit 1.2.3-korg