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
This commit is contained in:
parent
1e80e38269
commit
cbf6593672
|
|
@ -7,6 +7,7 @@ RDEPENDS_${PN} += " \
|
|||
libgpiod-python \
|
||||
python3-setuptools \
|
||||
python3-configparser \
|
||||
python3-systemd \
|
||||
"
|
||||
DEPENDS = "python3-setuptools-git-version-native"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue