diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-09 13:13:33 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-05-09 13:14:33 -0400 |
commit | 970c92015d5616a72ca3de6d2c23fa4b3f3efcf6 (patch) | |
tree | a16d9adec087c5eaf757c97ec5c379981d6b011f /recipes-demo | |
parent | d874aca0c8bb1b0ef2d71de585175374f1f6ef3c (diff) |
libqtappfw: update SRCREV
Update libqtappfw SRCREV to pick up:
3022561 Bump version number
a6c28b4 mediaplayer: Improve MPD failure handling
999153f Add gitreview file for Optimistic Octopus branch
and bump PV to 2.0.1 to match.
Bug-AGL: SPEC-4661
Change-Id: Ib0ffe91de0168e8ec5bbe497b24fd22ff1da4bb0
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo')
-rw-r--r-- | recipes-demo/libqtappfw/libqtappfw_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb index 89e3c4e9c..6a9a9985c 100644 --- a/recipes-demo/libqtappfw/libqtappfw_git.bb +++ b/recipes-demo/libqtappfw/libqtappfw_git.bb @@ -22,11 +22,11 @@ DEPENDS = " \ " SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "9a7e2c5420cae0669c149d5dddbcd99a8fac0038" +SRCREV = "3022561d398bba5e367c8402d196830f526f8da7" S = "${WORKDIR}/git" # PV needs to be modified with SRCPV to work AUTOREV correctly -PV = "2.0+git${SRCPV}" +PV = "2.0.1+git${SRCPV}" inherit meson pkgconfig |