systemd: bump to v29 release

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-15 23:07:16 +02:00
parent bd7e230bef
commit 059bd1cc7b
2 changed files with 2 additions and 20 deletions

View File

@@ -1,17 +0,0 @@
Index: git/src/execute.c
===================================================================
--- git.orig/src/execute.c 2010-06-15 11:41:02.792856752 +0200
+++ git/src/execute.c 2010-06-15 11:52:02.899046198 +0200
@@ -47,6 +47,12 @@
#include "cgroup.h"
#include "namespace.h"
+#ifndef SCHED_RESET_ON_FORK
+# define SCHED_RESET_ON_FORK 0x40000000
+#endif
+
+
+
/* This assumes there is a 'tty' group */
#define TTY_MODE 0620

View File

@@ -15,14 +15,13 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
PR = "r5"
PR = "r0"
inherit autotools vala
SRCREV = "78e39b43b89c6bf9ce401d6030939a004a23c850"
SRCREV = "f9a61ef2c9e3b330d9e2e37977b3dd5758a4b853"
SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \
file://execute.patch \
file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \
file://serial-getty@.service \
"