summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2018-09-13 03:00:34 +0300
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-09-13 16:52:35 +0000
commit00e92bf3daa085120abee26af42920df100ecf57 (patch)
treeb009f3c82c49c84441fe435109c0041bad113573
parent60276263a8d136833fb4de738ca8f5bda2d3a3f5 (diff)
libqtappfw recipe should have been using a static SRCREV than the previous autoreving. Bug-AGL: SPEC-1680 Change-Id: Iba3a2d867a7c5587d04147a7d7986cfa6a93cb5a Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-rw-r--r--recipes-demo-hmi/libqtappfw/libqtappfw_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb
index dbaee946..510309fd 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 = "fc112fb9066e26e5481b3a434ac9be614f97367a"
S = "${WORKDIR}/git/"
# PV needs to be modified with SRCPV to work AUTOREV correctly