diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-06-18 16:13:35 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-06-20 02:04:33 +0000 |
commit | d9f9ddd177a57110d9c67ea438436c3160f8e429 (patch) | |
tree | 057eb6ee90e025743c374d428138b57358f7d554 /recipes-connectivity/kuksa-val/kuksa-client_git.bb | |
parent | d0078bc67f253d971e94f13426ecf8bb10079784 (diff) |
kuksa-client: Upgrade to 0.4.3
Upgrade kuksa-client to 0.4.3 release. One of our local patches has
been dropped as it is no longer applicable, and a new one has been
added to allow building with the version of python3-grpcio-tools
available in YP scarthgap.
Bug-AGL: SPEC-5179
Change-Id: I6fb3ff8cd63cec924dc4180ac4f44d3ac0c1996f
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/30001
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'recipes-connectivity/kuksa-val/kuksa-client_git.bb')
-rw-r--r-- | recipes-connectivity/kuksa-val/kuksa-client_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-connectivity/kuksa-val/kuksa-client_git.bb b/recipes-connectivity/kuksa-val/kuksa-client_git.bb index 944a20148..e12816adf 100644 --- a/recipes-connectivity/kuksa-val/kuksa-client_git.bb +++ b/recipes-connectivity/kuksa-val/kuksa-client_git.bb @@ -11,13 +11,13 @@ DEPENDS = " \ python3-grpcio \ " -PV = "0.4.2" +PV = "0.4.3" SRC_URI = "gitsm://github.com/eclipse-kuksa/kuksa-python-sdk.git;protocol=https;branch=main \ file://0001-kuksa-client-Update-cmd2-completer-usage.patch;patchdir=.. \ - file://0002-kuksa-client-Add-external-certificates-support.patch;patchdir=.. \ + file://0002-Tweak-grpcio-tools-requirement.patch;patchdir=.. \ " -SRCREV = "4ac107a638c8dbf5cde1743a3df2e28589990332" +SRCREV = "d72777a6aec6bd9f9a2bdf5ae5d01a9bc2de423a" S = "${WORKDIR}/git/kuksa-client" |