diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-09 10:36:57 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-03-09 10:36:57 +0100 |
commit | bddff3209cecaa811f031f05434ecfda7c5a6bd2 (patch) | |
tree | 36cba99fea694a7a88396192dc8b5d629fa14feb | |
parent | 7d398784eef650c6a26b886393222f191a8c3caf (diff) | |
download | meta-openembedded-bddff3209cecaa811f031f05434ecfda7c5a6bd2.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 918b31418..e99be88f8 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
@@ -14,11 +14,11 @@ inherit gitpkgv | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r21" | 17 | PR = "r22" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
20 | 20 | ||
21 | SRCREV = "48496df65c3ad1e3ad055d2b4632da7b73211715" | 21 | SRCREV = "03f38e74984d93aa83c056893d414a5e3eac5763" |
22 | 22 | ||
23 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | 23 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ |
24 | file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \ | 24 | file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \ |
@@ -44,6 +44,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
44 | --disable-gtk \ | 44 | --disable-gtk \ |
45 | --enable-xz \ | 45 | --enable-xz \ |
46 | --disable-manpages \ | 46 | --disable-manpages \ |
47 | --disable-coredump \ | ||
47 | " | 48 | " |
48 | 49 | ||
49 | # There's no docbook-xsl-native, so for the xsltproc check to false | 50 | # There's no docbook-xsl-native, so for the xsltproc check to false |