diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2020-09-03 18:03:54 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-09-09 20:52:21 +0000 |
commit | f3b7ee826ad38f1a8ccf6f15bd7c02c82325a112 (patch) | |
tree | d902be48323c0e7b4268bca18abadb8d38a08d72 | |
parent | 72e884bc11ac69de9491620fa8b32cee928e05ba (diff) |
meta-agl-profile-graphical-qt5: Update libqtappfw SRCREV
fe20f1b: fix handling of telephony events
Bug-AGL: SPEC-3515
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Change-Id: Id9399adb872b37e1977c9feffed8f750b0d3f263
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25199
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb b/meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb index e8d3531ba..dd270d048 100644 --- a/meta-agl-profile-graphical-qt5/recipes-devtools/libqtappfw/libqtappfw_git.bb +++ b/meta-agl-profile-graphical-qt5/recipes-devtools/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 = "9209b7d5bd23d05cebaf0ffc1b77e39525bc63cf" +SRCREV = "fe20f1b029f67dee1f790ade7a9114086f2abd38" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |