From 6876eb8df82666fff91293d6b943ff764d13fbf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Wed, 23 Oct 2024 13:47:14 +0200 Subject: [PATCH] meta-lxatac-software: python3-labgrid: use SRCREV from meta-labgrid MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit e3b9c26 should have updated the labgrid version used to the one configured in meta-labgrid. Instead it only updated the recipe (and dropped the dependency for autobahn etc.), so we currently have a labgrid version installed that still depends on autobahn, but with dependencies for a grpc based labgrid version. This results in `labgrid-exporter.service` failing to start: Traceback (most recent call last): File "/usr/bin/labgrid-exporter", line 5, in from labgrid.remote.exporter import main File "/usr/lib/python3.12/site-packages/labgrid/remote/exporter.py", line 19, in from autobahn.asyncio.wamp import ApplicationRunner, ApplicationSession ModuleNotFoundError: No module named 'autobahn' Fix that by _actually_ using the SRCREV from meta-labgrid. Fixes: e3b9c26 ("meta-labgrid: update to a version that adds grpc support") Signed-off-by: Leonard Göhrs --- .../recipes-devtools/python/python3-labgrid_git.bbappend | 2 -- 1 file changed, 2 deletions(-) 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..3e50c55a 100644 --- a/meta-lxatac-software/recipes-devtools/python/python3-labgrid_git.bbappend +++ b/meta-lxatac-software/recipes-devtools/python/python3-labgrid_git.bbappend @@ -4,8 +4,6 @@ SRC_URI += "file://userconfig.yaml \ file://labgrid.conf \ " -SRCREV = "e5ace1a36c4e552b950cf356ce0e34586f776432" - do_install:append() { # The userconfig.yaml is migrated via rauc hook between installs. # Deploy a copy of the file so that users can go back to a default config