summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_255.13.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_255.13.bb b/meta/recipes-core/systemd/systemd_255.13.bb
index fa3ad1d2cd..8f5170929f 100644
--- a/meta/recipes-core/systemd/systemd_255.13.bb
+++ b/meta/recipes-core/systemd/systemd_255.13.bb
@@ -248,7 +248,6 @@ EXTRA_OEMESON += "-Dnobody-user=nobody \
248 -Dsystem-uid-max=999 \ 248 -Dsystem-uid-max=999 \
249 -Dsystem-alloc-gid-min=101 \ 249 -Dsystem-alloc-gid-min=101 \
250 -Dsystem-gid-max=999 \ 250 -Dsystem-gid-max=999 \
251 -Dcreate-log-dirs=false \
252 ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \ 251 ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', '-Ddefault-mdns=no -Ddefault-llmnr=no', '', d)} \
253 " 252 "
254 253
@@ -401,6 +400,10 @@ do_install() {
401 sed -i '/AlternativeNamesPolicy=/s/$/ mac/' ${D}${rootlibexecdir}/systemd/network/99-default.link 400 sed -i '/AlternativeNamesPolicy=/s/$/ mac/' ${D}${rootlibexecdir}/systemd/network/99-default.link
402 fi 401 fi
403 fi 402 fi
403
404 if [ -e ${D}${nonarch_libdir}/tmpfiles.d/legacy.conf ];then
405 sed -i -e '/^L \/var\/log\/README/d' ${D}${nonarch_libdir}/tmpfiles.d/legacy.conf
406 fi
404} 407}
405 408
406python populate_packages:prepend (){ 409python populate_packages:prepend (){