diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-09 13:07:19 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-09 20:36:42 +0000 |
commit | eb5c52e3d293d358e114312b35ad9d1a9d4b8ae9 (patch) | |
tree | 5d4667df575f14e605415502297024ff0593b964 | |
parent | be5f1e2b7b557b8847e920b231ab738f085fa559 (diff) |
libqtappfw: update SRCREV
Update libqtappfw SRCREV to pick up:
d2b9c43 Bump version number
2cbbf91 mediaplayer: Improve MPD failure handling
and bump PV to 2.0.1 to match.
Bug-AGL: SPEC-4661
Change-Id: I6fd4070b7bd20bf631b7c6deb92e2955086b09e5
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
-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..360347c00 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 = "d2b9c43a0b129aca2319aa8487154fd14bd0eed1" 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 |