diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-02-23 02:02:59 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-03-15 19:29:21 +0000 |
commit | c8165b474fe2f456334e135ec1ebd41f4906336c (patch) | |
tree | bdd9165e81d5ad5a1b8222038e02ec3ef40e1166 | |
parent | 61603255c139216149f71a63426e2bdffc819609 (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
* libqtappfw: network: add invalidPassphrase signal
* libqtappfw: message: add replyStatus/requestData methods
* libqtappfw: network: sort WiFI model by SSID
* libqtappfw: network: add remove() method for removal of services
* libqtappfw: mediaplayer: update loop command parameter
* libqtappfw: mediaplayer: send empty artist + album data
* libqtappfw: mediaplayer: update loop command parameter
Bug-AGL: SPEC-2181
Change-Id: I3f58bd4dab1d769a81fa83e8a3d476576e200605
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
-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 d44c55e96..bfaf9ef92 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 = "9ddd8745ecf8a591190bf3a6226523e834020208" +SRCREV = "dc5eea70949891012ddb7d37727955c30a2e74bb" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |