diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-05-09 13:30:40 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-10 09:02:05 +0000 |
commit | 3b4f19f034bd349bd61392a44b50cb73972fe9b1 (patch) | |
tree | 8f71680afbf4896f6a2b459ec9c88e3a2f69a44f /recipes-demo | |
parent | b481828bc0568ab4e4775169ff70fa0d3ae29cd4 (diff) |
libqtappfw: update SRCREVneedlefish_14.0.5needlefish/14.0.514.0.5needlefish
Update libqtappfw SRCREV to pick up:
c1f95b6 Bump version number
eb2f0cd mediaplayer: Improve MPD failure handling
and bump PV to 2.0.1 to match.
Bug-AGL: SPEC-4661
Change-Id: I2641d9ca6161210561fe2c1ddacf3f6bb5fa7c25
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 a1001ab6e..de737eb9d 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 = "22ad8cbaad00d89361cbd92023dd20a807bcf5cb" +SRCREV = "c1f95b6c98db5e2fd6275ca03b3d96aab426b843" 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 |