From 9bdeb3f8da3e4776256b50c5850c17b438377e98 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 18 Jun 2024 16:42:08 -0400 Subject: 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 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.0.bb | 28 ---------------------------- recipes-connectivity/vss/vss-tools_4.2.bb | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 28 deletions(-) delete mode 100644 recipes-connectivity/vss/vss-tools_4.0.bb create mode 100644 recipes-connectivity/vss/vss-tools_4.2.bb (limited to 'recipes-connectivity') 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 432dd39b..00000000 --- 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" 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 00000000..62f78f07 --- /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" -- cgit 1.2.3-korg