summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-12-18 21:03:13 +0100
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-12-18 21:03:13 +0100
commit833b5ab8ef459eb22df2084a07b21145fa7d143f (patch)
treef68c9567b7cea46f932e2c808fa4e36832fac036
parente55e57c42362f651e5319caea783a28cd18dcf11 (diff)
Update libqtappfw SRCREV after changes to support voice settings ui
We include these: 72eb23f fix parsing for all events, overloading for specific needs 21bba7d fix parsing event payload in presence of '\n' chars, and include signal emit for voice status and cbl changes. 9f3896c voice: register for all vshl events on start up 0ff12f7 voice: remove vshl-capabilities dependencies c4e2933 Add steering wheel events d56ec00 Add units and timestamp to signal-composer signal 3cd5fe3 Add initial signal-composer support 16c4429 voice: add status events to VshlCoreVoiceMessages Bug-AGL: SPEC-3060 . Change-Id: If2a5ba6292de4d7a833d4e67e651a4ad32a3849e Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-demo-hmi/libqtappfw/libqtappfw_git.bb2
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 ebc9ce9d..f3930c19 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"
inherit cmake_qt5
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
-SRCREV = "da091649e775b23a35eb88df1c2cf9ce3fb350f7"
+SRCREV = "72eb23f64454c16301ae3856f122698b137b3038"
S = "${WORKDIR}/git/"
# PV needs to be modified with SRCPV to work AUTOREV correctly