From e947f4b9af13ca2a9058b01d380b987a88001b7f Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Thu, 20 Jun 2024 17:54:27 +0200 Subject: [PATCH] meta-lxatac-software: python3-labgrid: use devel version from master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This marks a breaking change compared to the previous release version, as master now uses grpc instead of crossbar to communicate between the client, coordinator and exporters. This means all of these components need to be updated to the grpc-based versions at the same time. Signed-off-by: Leonard Göhrs --- .../recipes-devtools/python/python3-labgrid_git.bbappend | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/meta-lxatac-software/recipes-devtools/python/python3-labgrid_git.bbappend b/meta-lxatac-software/recipes-devtools/python/python3-labgrid_git.bbappend index f70acc8f..dae70c94 100644 --- a/meta-lxatac-software/recipes-devtools/python/python3-labgrid_git.bbappend +++ b/meta-lxatac-software/recipes-devtools/python/python3-labgrid_git.bbappend @@ -4,7 +4,14 @@ SRC_URI += "file://userconfig.yaml \ file://labgrid.conf \ " -SRCREV = "e5ace1a36c4e552b950cf356ce0e34586f776432" +SRCREV = "6b541210c6063e97d81e257d2d6bda1444d9ec78" + +RDEPENDS:${PN} += " \ + python3-grpcio \ + python3-grpcio-reflection \ + python3-grpcio-channelz \ +" +RDEPENDS:${PN}:remove = "python3-autobahn" do_install:append() { # The userconfig.yaml is migrated via rauc hook between installs.