summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-06-15 23:07:16 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-06-17 12:53:14 +0200
commit059bd1cc7b1488ec88efcdfa44a2fa9c14800b6c (patch)
tree8f4aaf53caf2d4c55614a1d98fd06d8d6d232a34 /meta-oe/recipes-core
parentbd7e230bef741e5a91c188f948195c9b7f362c41 (diff)
downloadmeta-openembedded-contrib-059bd1cc7b1488ec88efcdfa44a2fa9c14800b6c.tar.gz
systemd: bump to v29 release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd/execute.patch17
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb5
2 files changed, 2 insertions, 20 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd/execute.patch b/meta-oe/recipes-core/systemd/systemd/execute.patch
deleted file mode 100644
index c9f88c82ea..0000000000
--- a/meta-oe/recipes-core/systemd/systemd/execute.patch
+++ /dev/null
@@ -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
-
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 74e4e3f6ac..2ce28ac11c 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -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 \
"