mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
systemd: update and disable storing coredumps in the journal
Storing coredumps in the journal was mentioned as one of the reasons the journals grow so large Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -14,11 +14,11 @@ inherit gitpkgv
|
|||||||
PKGV = "v${GITPKGVTAG}"
|
PKGV = "v${GITPKGVTAG}"
|
||||||
|
|
||||||
PV = "git"
|
PV = "git"
|
||||||
PR = "r21"
|
PR = "r22"
|
||||||
|
|
||||||
inherit useradd pkgconfig autotools vala perlnative
|
inherit useradd pkgconfig autotools vala perlnative
|
||||||
|
|
||||||
SRCREV = "48496df65c3ad1e3ad055d2b4632da7b73211715"
|
SRCREV = "03f38e74984d93aa83c056893d414a5e3eac5763"
|
||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
|
SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
|
||||||
file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \
|
file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \
|
||||||
@@ -44,6 +44,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
|
|||||||
--disable-gtk \
|
--disable-gtk \
|
||||||
--enable-xz \
|
--enable-xz \
|
||||||
--disable-manpages \
|
--disable-manpages \
|
||||||
|
--disable-coredump \
|
||||||
"
|
"
|
||||||
|
|
||||||
# There's no docbook-xsl-native, so for the xsltproc check to false
|
# There's no docbook-xsl-native, so for the xsltproc check to false
|
||||||
|
|||||||
Reference in New Issue
Block a user