diff options
Diffstat (limited to 'recipes-connectivity')
-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 \ |