diff options
author | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-06 00:52:39 +0200 |
---|---|---|
committer | Matt Ranostay <matt.ranostay@konsulko.com> | 2019-01-06 00:53:44 +0200 |
commit | bca4be5d3ff5ef5caa50b5b4a3b7f56233be1ef3 (patch) | |
tree | ecada2a3dc06febd5e5bb6899814bb45836516ed | |
parent | de48fe66dbe41f9fabd59b84139f2225a3b42a5d (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
a7a3534 libqtappfw: bluetooth: add transport to discovery filter
Bug-AGL: SPEC-2094
Change-Id: I45391b66fd646fa4701757dbec2077e696cf11bb
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 cbca9548f..f8b86dbf0 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 = "8053629c99f157e716a4560ef8d1e194d569d960" +SRCREV = "a7a3534b170e9db63c10d3faa3d3cb9f8676455b" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |