summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity/vss/vss-tools_4.0.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2024-06-18 16:42:08 -0400
committerScott Murray <scott.murray@konsulko.com>2024-06-20 02:04:33 +0000
commit9bdeb3f8da3e4776256b50c5850c17b438377e98 (patch)
tree7dcd2073d8bb8bbba7c2b7d7712271fa324dc1b8 /recipes-connectivity/vss/vss-tools_4.0.bb
parentec74e53f95f8a860bad8036ac492ae4a328f6b0c (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.0.bb')
-rw-r--r--recipes-connectivity/vss/vss-tools_4.0.bb28
1 files changed, 0 insertions, 28 deletions
diff --git a/recipes-connectivity/vss/vss-tools_4.0.bb b/recipes-connectivity/vss/vss-tools_4.0.bb
deleted file mode 100644
index 432dd39b1..000000000
--- a/recipes-connectivity/vss/vss-tools_4.0.bb
+++ /dev/null
@@ -1,28 +0,0 @@
-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=master"
-SRCREV = "784505f3005c2350d7861c3add030348e2d910e3"
-
-S = "${WORKDIR}/git"
-
-inherit setuptools3
-
-RDEPENDS:${PN} += " \
- python3-core \
- python3-ctypes \
- python3-email \
- python3-json \
- python3-logging \
- python3-netclient \
- python3-pkg-resources \
- python3-anytree \
- python3-deprecation \
- python3-graphql-core \
- python3-pyyaml \
- python3-six \
-"
-
-BBCLASSEXTEND += "native nativesdk"