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 /recipes-connectivity/vss/vss-tools_4.2.bb | |
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
Diffstat (limited to 'recipes-connectivity/vss/vss-tools_4.2.bb')
-rw-r--r-- | recipes-connectivity/vss/vss-tools_4.2.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-connectivity/vss/vss-tools_4.2.bb b/recipes-connectivity/vss/vss-tools_4.2.bb new file mode 100644 index 000000000..62f78f07e --- /dev/null +++ b/recipes-connectivity/vss/vss-tools_4.2.bb @@ -0,0 +1,29 @@ +SUMMARY = "COVESA Vehicle Signal Specification tooling." +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=release/4.2" +SRCREV = "b350788d6dd16942e987fdb9e8b8b3b403fe23c6" + +S = "${WORKDIR}/git" + +inherit setuptools3 + +RDEPENDS:${PN} += " \ + python3-core \ + python3-ctypes \ + python3-email \ + python3-importlib-metadata \ + python3-json \ + python3-logging \ + python3-netclient \ + python3-pkg-resources \ + python3-anytree \ + python3-deprecation \ + python3-graphql-core \ + python3-pyyaml \ + python3-six \ +" + +BBCLASSEXTEND += "native nativesdk" |