diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-17 20:41:43 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-06-17 20:41:43 -0400 |
commit | ed0546433050d3010b37a9c09e8f5a64f903d1f8 (patch) | |
tree | 3ab58039b2f36dc1617456ed9fb4d4ece41e7105 | |
parent | fc3950d16e37b1ec8d0da2aaddb9257a96a00ebf (diff) |
libqtappfw: update SRCREV
Update libqtappfw SRCREV to pick up:
01a723b Reimplement HVAC API with VIS signals
Bug-AGL: SPEC-4409
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I129937696d6bc193c02643e64dd92f3ee1b1f1f6
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 3d553ab15..5e22e5830 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -17,7 +17,7 @@ DEPENDS = " \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "4ce04ff30e753556cf9cb371780f2a873f6fedaa" +SRCREV = "01a723bf51a286b4a6b984a6115c2835d9e99b73" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly |