diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-07-22 23:08:48 +0200 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2019-07-22 23:10:56 +0200 |
commit | 8c56f0af731e017759860b5cf8bc6050f8edc9b0 (patch) | |
tree | 382e99e579e1a8dd07322040e8a3662c7074f989 /recipes-demo-hmi/libqtappfw | |
parent | efe74fc5267f70216bbc37b1e6af90562fa4431f (diff) |
recipes-demo-hmi: libqtappfw: update SRCREV
61d0147 libqtappfw: network: improve error checks
Bug-AGL: SPEC-2636
Change-Id: Ia14b90ed757458227d2a5459f6fee3abbe8b6ed1
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/libqtappfw')
-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 793ea0d00..531f30e97 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 = "9d2600f4b4dcbdd3820910967eb00a9b00cd8a17" +SRCREV = "61d01475342f6811458d1ae70c23aeaed5348143" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |