vss-tools: Upgrade to 0.4.2 03/30003/2
authorScott Murray <scott.murray@konsulko.com>
Tue, 18 Jun 2024 20:42:08 +0000 (16:42 -0400)
committerScott Murray <scott.murray@konsulko.com>
Thu, 20 Jun 2024 02:04:33 +0000 (02:04 +0000)
Upgrade vss-tools to 0.4.2 release.

Bug-AGL: SPEC-5180

Change-Id: I0471759f31c3bc93d5687d192ed9e159d8808092
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30003
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account

recipes-connectivity/vss/vss-tools_4.2.bb [moved from recipes-connectivity/vss/vss-tools_4.0.bb with 85% similarity]

similarity index 85%
rename from recipes-connectivity/vss/vss-tools_4.0.bb
rename to recipes-connectivity/vss/vss-tools_4.2.bb
index 432dd39..62f78f0 100644 (file)
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/COVESA/vss-tools"
 LICENSE = "MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
 
-SRC_URI = "git://github.com/COVESA/vss-tools.git;protocol=https;branch=master"
-SRCREV = "784505f3005c2350d7861c3add030348e2d910e3"
+SRC_URI = "git://github.com/COVESA/vss-tools.git;protocol=https;branch=release/4.2"
+SRCREV = "b350788d6dd16942e987fdb9e8b8b3b403fe23c6"
 
 S = "${WORKDIR}/git"
 
@@ -14,6 +14,7 @@ RDEPENDS:${PN} += " \
     python3-core \
     python3-ctypes \
     python3-email \
+    python3-importlib-metadata \
     python3-json \
     python3-logging \
     python3-netclient \