diff --git a/systemd.be0 b/systemd.be0 index 0918b77a1..216281fdd 100755 --- a/systemd.be0 +++ b/systemd.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION systemd-242-3 +# BEE_VERSION systemd-243-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,14 +9,13 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz" +SRCURL[0]="https://github.com/systemd/systemd/archive/v${PKGVERSION}.tar.gz systemd-${PKGVERSION}.tar.gz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. ## The sources will be patched in the order of the array. -PATCHURL+=(/src/mariux/patches/systemd-v242-0001-Prevent-loop-when-stopping-datagram-socket-units.patch) -PATCHURL+=(/src/mariux/patches/systemd-v242-0001-cgroup-Continue-unit-reset-if-cgroup-are-busy.patch) +# PATCHURL+=() BEE_BUILDTYPE=meson @@ -60,6 +59,7 @@ mee_configure() { bee_configure \ -Dblkid=true \ -Dbuildtype=release \ + -Dcreate-log-dirs=false \ -Ddefault-dnssec=yes \ -Ddns-over-tls=false \ -Ddns-servers='141.14.16.1' \ @@ -67,6 +67,7 @@ mee_configure() { -Dfirstboot=false \ -Dinstall-tests=false \ -Dldconfig=false \ + -Dman=true \ -Drootprefix= \ -Drootlibdir=/lib \ -Dsplit-usr=true \ @@ -96,9 +97,6 @@ mee_install_post() { # Remove systemd’s sysctl configuration rm -rv ${D}/${LIBDIR}/sysctl.d/* - # Remove directory to disable persistent storage of logs - rm -rv ${D}/var/log/journal - # Restore historical RLIMIT_NOFILE resource limit echo "DefaultLimitNOFILE=1024:4096" >> ${D}/etc/systemd/system.conf }