diff options
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd/execute.patch | 17 | ||||
| -rw-r--r-- | 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 c9f88c82ea..0000000000 --- a/meta-oe/recipes-core/systemd/systemd/execute.patch +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Index: git/src/execute.c | ||
| 2 | =================================================================== | ||
| 3 | --- git.orig/src/execute.c 2010-06-15 11:41:02.792856752 +0200 | ||
| 4 | +++ git/src/execute.c 2010-06-15 11:52:02.899046198 +0200 | ||
| 5 | @@ -47,6 +47,12 @@ | ||
| 6 | #include "cgroup.h" | ||
| 7 | #include "namespace.h" | ||
| 8 | |||
| 9 | +#ifndef SCHED_RESET_ON_FORK | ||
| 10 | +# define SCHED_RESET_ON_FORK 0x40000000 | ||
| 11 | +#endif | ||
| 12 | + | ||
| 13 | + | ||
| 14 | + | ||
| 15 | /* This assumes there is a 'tty' group */ | ||
| 16 | #define TTY_MODE 0620 | ||
| 17 | |||
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 | |||
| 15 | PKGV = "v${GITPKGVTAG}" | 15 | PKGV = "v${GITPKGVTAG}" |
| 16 | 16 | ||
| 17 | PV = "git" | 17 | PV = "git" |
| 18 | PR = "r5" | 18 | PR = "r0" |
| 19 | 19 | ||
| 20 | inherit autotools vala | 20 | inherit autotools vala |
| 21 | 21 | ||
| 22 | SRCREV = "78e39b43b89c6bf9ce401d6030939a004a23c850" | 22 | SRCREV = "f9a61ef2c9e3b330d9e2e37977b3dd5758a4b853" |
| 23 | 23 | ||
| 24 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ | 24 | SRC_URI = "git://anongit.freedesktop.org/systemd;protocol=git \ |
| 25 | file://execute.patch \ | ||
| 26 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ | 25 | file://0001-systemd-disable-xml-file-stuff-and-introspection.patch \ |
| 27 | file://serial-getty@.service \ | 26 | file://serial-getty@.service \ |
| 28 | " | 27 | " |
