diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2018-09-13 03:00:34 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-09-13 16:52:31 +0000 |
commit | a36035a50d4da95b49a299dffb13c7f7271b091b (patch) | |
tree | 01b050c0df6dbd36806f162a768f6739fb218c39 /recipes-demo-hmi/libqtappfw | |
parent | 7d62c11d4505ff2a6a42299da742e7b3663265ec (diff) |
demo-hmi: libqtappfw: switch to using a static SRCREVguppy_6.90.0guppy/6.90.06.90.0
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 <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/libqtappfw')
-rw-r--r-- | recipes-demo-hmi/libqtappfw/libqtappfw_git.bb | 2 |
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 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 |