mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-23 15:54:21 -09:00
support/testing: test_python_sdbus_modemmanager: remove unneeded systemd vconsole
The test failed in the past, due to kbd build failure. See [1]. This specific issue was fixed by commit [2]. This commit was originally written to workaround this issue, which was unrelated to the actual package being tested. Since systemd-vconsole is not needed anyway, this commit removes it from the test config. [1] https://gitlab.com/buildroot.org/buildroot/-/jobs/12363929666 [2]d98d9ba28fSigned-off-by: Marcus Hoffmann <buildroot@bubu1.eu> [Julien: reword the commit log] Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit287d06f5d7) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
d2caf50d54
commit
bdc77eddfe
@@ -8,6 +8,7 @@ class TestPythonPy3SdbusModemmanager(TestPythonPackageBase):
|
||||
+ """
|
||||
BR2_PACKAGE_PYTHON3=y
|
||||
BR2_INIT_SYSTEMD=y
|
||||
# BR2_PACKAGE_SYSTEMD_VCONSOLE is not set
|
||||
BR2_PACKAGE_MODEM_MANAGER=y
|
||||
BR2_PACKAGE_PYTHON_SDBUS_MODEMMANAGER=y
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user