diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-04-09 18:25:45 +0300 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-04-09 18:26:30 +0300 |
commit | 096538a47325f6cae0684519f379da40ea0cf09e (patch) | |
tree | 0fa9a5388799f985508fba6bc52bd4e2d4d03108 /recipes-demo-hmi | |
parent | 3b8c735511c2bd3e89046ec4bf657fa822a5be8c (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
1cd754f libqtappfw: telephony: add onlineChanged signal
fd1810a libqtappfw: bluetooth: add adapter_changes event processing
5ba2e77 libqtappfw: bluetooth: add BluetoothModel support
Bug-AGL: SPEC-2290
Change-Id: Id7fc932f92d995df064332193c5755d12e3b5a01
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi')
-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 c942d451e..aa7682859 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 = "47903065edab76a0278ab160a7cbbc112180f326" +SRCREV = "1cd754f9761df857b6ff6d87a2030ec81928987f" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |