diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd_219.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 24486f1815..d5c14a42c4 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb | |||
@@ -170,7 +170,7 @@ do_install() { | |||
170 | # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it | 170 | # this file is needed to exist if networkd is disabled but timesyncd is still in use since timesyncd checks it |
171 | # for existence else it fails | 171 | # for existence else it fails |
172 | if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; then | 172 | if [ -s ${D}${libdir}/tmpfiles.d/systemd.conf ]; then |
173 | ${@bb.utils.contains('PACKAGECONFIG', 'networkd', '', 'sed -i -e "\$ad /run/systemd/netif/links 0755 root root -" ${D}${libdir}/tmpfiles.d/systemd.conf', d)} | 173 | ${@bb.utils.contains('PACKAGECONFIG', 'networkd', ':', 'sed -i -e "\$ad /run/systemd/netif/links 0755 root root -" ${D}${libdir}/tmpfiles.d/systemd.conf', d)} |
174 | fi | 174 | fi |
175 | } | 175 | } |
176 | 176 | ||