diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-18 16:42:08 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-20 02:04:33 +0000 |
commit | 9bdeb3f8da3e4776256b50c5850c17b438377e98 (patch) | |
tree | 7dcd2073d8bb8bbba7c2b7d7712271fa324dc1b8 | |
parent | ec74e53f95f8a860bad8036ac492ae4a328f6b0c (diff) |
vss-tools: Upgrade to 0.4.2
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
-rw-r--r-- | recipes-connectivity/vss/vss-tools_4.2.bb (renamed from recipes-connectivity/vss/vss-tools_4.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-connectivity/vss/vss-tools_4.0.bb b/recipes-connectivity/vss/vss-tools_4.2.bb index 432dd39b1..62f78f07e 100644 --- a/recipes-connectivity/vss/vss-tools_4.0.bb +++ b/recipes-connectivity/vss/vss-tools_4.2.bb @@ -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 \ |