diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-03-26 02:14:22 +0200 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-03-26 02:21:04 +0200 |
commit | e867b008bce9e4c153f2b12121117b87bc04fd62 (patch) | |
tree | f4969c3716982ec17629e78e382885ff5ea01dbe /recipes-demo-hmi/libqtappfw | |
parent | c124b2103420dfa206a8d5c6faab5559d4ef1ce6 (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
f4aad7a Merge "libqtappfw: bluetooth: add BluetoothModel support"
6e0dbd4 Merge "libqtappfw: telephony: add onlineChanged signal"
6a80077 libqtappfw: bluetooth: add BluetoothModel support
c08bb24 libqtappfw: network: wifinetworkmodel: call clear() on list
5d608a9 libqtappfw: telephony: add onlineChanged signal
Change-Id: I0a2c6417350c30afe526077514c1c9467140f569
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 bfaf9ef92..4579b0f92 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 = "dc5eea70949891012ddb7d37727955c30a2e74bb" +SRCREV = "f4aad7aee0d23560a9b562057b866ea6762ca3cf" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |