agl-demo-control-panel: Update dependency and Bump SRCREV 54/30454/2
authorSuchinton Chakravarty <suchinton.2001@gmail.com>
Fri, 25 Oct 2024 10:33:21 +0000 (16:03 +0530)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 29 Oct 2024 05:52:28 +0000 (05:52 +0000)
This commit adds `python3-requests` as a runtime dependency
and bumps the SRCREV to include the latest patch which fixes the
Tire Pressure button clipping issue.

Bug-AGL: SPEC-5161

Change-Id: I52f64e888481871d77c0d8b9ee0de64ef3a9b619
Signed-off-by: Suchinton Chakravarty <suchinton.2001@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30454
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account

meta-agl-demo-control-panel/recipes-demo/agl-demo-control-panel/agl-demo-control-panel_git.bb

index 03c0679..cdcbb4a 100644 (file)
@@ -7,7 +7,7 @@ PV = "1.0+git${SRCPV}"
 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-demo-control-panel;protocol=https;branch=${AGL_BRANCH} \
            file://agl-demo-control-panel.service \
 "
-SRCREV = "6fdddee7d45206dc64eacd08700f79566ad9b4a6"
+SRCREV = "18fdc7e1bcf160f8e9bbad406f1556c3d1911734"
 S = "${WORKDIR}/git"
 
 inherit systemd allarch update-alternatives
@@ -55,6 +55,7 @@ RDEPENDS:${PN} += " \
     python3-modules \
     python3-packaging \
     python3-can \
+    python3-requests \
     python3-cantools \
     python3-rich \
     python3-pyqt6 \