From: Matt Ranostay Date: Thu, 13 Sep 2018 00:00:34 +0000 (+0300) Subject: demo-hmi: libqtappfw: switch to using a static SRCREV X-Git-Tag: 6.90.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl-demo.git;a=commitdiff_plain;h=a36035a50d4da95b49a299dffb13c7f7271b091b 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 --- diff --git a/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb b/recipes-demo-hmi/libqtappfw/libqtappfw_git.bb index dbaee9461..dfb10b721 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