diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-08 10:00:15 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-06 14:32:31 -0400 |
commit | 074e2c5eb63cd7dafd9d48326c8fadb8da30e9b2 (patch) | |
tree | 5c6c2b5df286fdc9f9c8d7b5a392b4be6d2d95b7 /recipes-demo | |
parent | c035ef27d35fd10a850c49610d46ffb54f90016d (diff) |
libqtappfw: update SRCREV
Update libqtappfw SRCREV to pick up:
a2d991a Merge "Reimplement HVAC API with VIS signals"
b2cb90d Reimplement HVAC API with VIS signals
fc9399e Reimplement navigation API with VIS signals
607f2b6 Add VIS vehicle signal support
Bug-AGL: SPEC-4408
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I09fab479d5d672823d05d9ae784f323b2dfe34d6
Diffstat (limited to 'recipes-demo')
-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 ca6e6b1f7..326685fef 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 = "1332cc7d0a618ee88b4d19813340665332d406ca" +SRCREV = "a2d991a54f77017ced1558d289bcb83d73fe2a35" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly |