diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-04-12 22:03:58 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-04-13 15:49:17 +0000 |
commit | ce26a8c501668693495c618ade043f864fd90a24 (patch) | |
tree | cb64e05d137852f5a0295d9d148054b40b840efe /recipes-demo-hmi/libqtappfw/libqtappfw_git.bb | |
parent | d6a320e582600a39ec027562e5b34d9ab818c3f6 (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
aa1f78e libqtappfw: bluetooth: add adapter_changes event processing
Bug-AGL: SPEC-2295
Change-Id: I8a1961fba36d64ff678ebe43d51ff15d9634805f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/libqtappfw/libqtappfw_git.bb')
-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 4579b0f92..66f7febd5 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 = "f4aad7aee0d23560a9b562057b866ea6762ca3cf" +SRCREV = "aa1f78e57f3131ddbf6ee4154c6bddec00287358" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |