diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-05-02 10:34:31 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-02 13:21:17 +0000 |
commit | 3ca33d328adf4b5e0698cac0e59c9fdf4b947d05 (patch) | |
tree | 28bdcf806e3258bc90335ff290a25b2aa7737c00 | |
parent | 2562d081bf1cc0c57fd464b007209bd38fd799d8 (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
Update libqtappfw's SRCREV to include:
d204a03 network: update wifiStrength property
Bug-AGL SPEC-2293
Change-Id: I7b6e99e4ebc72b1af2e274b4ad728fcdb39aa1b6
Signed-off-by: Raquel Medina <raquel.medina@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 aa7682859..5f0c17d25 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 = "1cd754f9761df857b6ff6d87a2030ec81928987f" +SRCREV = "d204a0371a5d97b6be70389ca34f8cec3e6e0d21" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |