diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-12-29 19:46:03 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-12-29 19:46:03 -0500 |
commit | 20fbeb703b08468122c412bcbe098fc038dad0ff (patch) | |
tree | 90085e96edcb2da5588b533e77490ade1bab68c6 /meta-agl-profile-graphical-qt5/recipes-devtools | |
parent | d9f3fffe99810a1fcc2cfa0f0ae966cc0fec2136 (diff) |
libqtappfw: update SRCREV
Update SRCREV to pick up:
b9696a3 radio: Make sure min/max frequency are initialized
f525733 voice: add vendor name to voiceagent model
Bug-AGL: SPEC-2981, SPEC-3041
Change-Id: Ia9acc286607eaceeea3b2ff21cc313216fb0a1f7
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-agl-profile-graphical-qt5/recipes-devtools')
-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 a005edf68..d952a4f84 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 = "aa6b53c6a1f1a2e138a95f24795f767d6a15d31e" +SRCREV = "b9696a362febf1f8b660fe37e89b6dc2ac5459c6" S = "${WORKDIR}/git/" # PV needs to be modified with SRCPV to work AUTOREV correctly |