mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
systemd: bump to v29 release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user