From cbf6593672f32372d11f576bb815e7da5551b8db Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Thu, 20 Aug 2020 11:22:09 +0200 Subject: [PATCH] wwan-config: Use systemd logging library The tool was previously just printing log messages. Using this log library, the timestamps in journald will be more precise and it will be possible to filter by log level. BugzID: 65586 --- recipes-connectivity/wwan-config/wwan-config.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-connectivity/wwan-config/wwan-config.bb b/recipes-connectivity/wwan-config/wwan-config.bb index 99d6ec2..3d02d6d 100644 --- a/recipes-connectivity/wwan-config/wwan-config.bb +++ b/recipes-connectivity/wwan-config/wwan-config.bb @@ -7,6 +7,7 @@ RDEPENDS_${PN} += " \ libgpiod-python \ python3-setuptools \ python3-configparser \ + python3-systemd \ " DEPENDS = "python3-setuptools-git-version-native"