diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-01-03 14:04:37 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-01-03 14:06:16 -0500 |
commit | 70181bcbfe6301dfbd46b9df04bbc28a73e33ea2 (patch) | |
tree | 34560a0a1491936a53b96c40a2906749efcb45e5 /recipes-demo-hmi | |
parent | 5a17ca5d4c438193930554433c299e5214ba2ffd (diff) |
libqtappfw: update SRCREV to pick up radio support
Update SRCREV to pick up:
8053629 libqtappfw: Add radio binding support
Some other radio and mediaplayer application updates to improve demo
behavior for CES depend on this.
Change-Id: I72778c1ade2b3fb2722fee92c2d7c658d27880fe
Signed-off-by: Scott Murray <scott.murray@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 91e44e454..cbca9548f 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 = "f2835952c4c1a47f8c8bc8dbb343d7980f49ef8f" +SRCREV = "8053629c99f157e716a4560ef8d1e194d569d960" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |