[oe-commits] Koen Kooi : systemd: update and disable storing coredumps in the journal

git at git.openembedded.org git at git.openembedded.org
Sat Mar 10 07:17:58 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: bddff3209cecaa811f031f05434ecfda7c5a6bd2
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=bddff3209cecaa811f031f05434ecfda7c5a6bd2

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Mar  9 10:36:57 2012 +0100

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 at dominion.thruhere.net>

---

 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 918b314..e99be88 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
 PKGV = "v${GITPKGVTAG}"
 
 PV = "git"
-PR = "r21"
+PR = "r22"
 
 inherit useradd pkgconfig autotools vala perlnative
 
-SRCREV = "48496df65c3ad1e3ad055d2b4632da7b73211715"
+SRCREV = "03f38e74984d93aa83c056893d414a5e3eac5763"
 
 SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
            file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \
@@ -44,6 +44,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \
                  --disable-gtk \
                  --enable-xz \
                  --disable-manpages \
+                 --disable-coredump \
                "
 
 # There's no docbook-xsl-native, so for the xsltproc check to false





More information about the Openembedded-commits mailing list