[oe-commits] Koen Kooi : systemd: bump to v29 release

git version control git at git.openembedded.org
Fri Jun 17 10:54:56 UTC 2011


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

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Wed Jun 15 23:07:16 2011 +0200

systemd: bump to v29 release

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-oe/recipes-core/systemd/systemd/execute.patch |   17 -----------------
 meta-oe/recipes-core/systemd/systemd_git.bb        |    5 ++---
 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 c9f88c8..0000000
--- 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 74e4e3f..2ce28ac 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 \
           "





More information about the Openembedded-commits mailing list