]> code.ossystems Code Review - openembedded-core.git/commit
systemd: Avoid a Python deprecation warning
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Thu, 13 Jan 2022 03:18:50 +0000 (04:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Jan 2022 09:25:27 +0000 (09:25 +0000)
commit427ca80eb4ea6c607b00028adcc9302e29db1368
tree911ffb359170e66fb052a5b0c120fd1069af5c3a
parent1653e0bd6d26be67a9fd49392d82cf854706bc7b
systemd: Avoid a Python deprecation warning

This avoids the following warning:

  WARNING: .../meta/recipes-core/systemd/systemd_250.1.bb: Var
  <do_install>:1: DeprecationWarning: invalid escape sequence \$

seen when doing `devtool finish --force-patch-refresh systemd meta`.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_250.1.bb