diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-15 23:07:16 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-17 12:53:14 +0200 |
| commit | 059bd1cc7b1488ec88efcdfa44a2fa9c14800b6c (patch) | |
| tree | 8f4aaf53caf2d4c55614a1d98fd06d8d6d232a34 | |
| parent | bd7e230bef741e5a91c188f948195c9b7f362c41 (diff) | |
| download | meta-openembedded-059bd1cc7b1488ec88efcdfa44a2fa9c14800b6c.tar.gz | |
systemd: bump to v29 release
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -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 | " |
