diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-07 10:14:22 +0100 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-07 16:06:19 +0100 |
| commit | 724ec1ea4ff52b88bf1f6970557e44768214fd7b (patch) | |
| tree | 4b84f9ee5230b1ed90dd80edc12c9bb715fc6a94 /meta-oe/recipes-core/systemd/systemd_git.bb | |
| parent | e49f3cc870cca06f95174c2a7f6e042417b0af32 (diff) | |
| download | meta-openembedded-724ec1ea4ff52b88bf1f6970557e44768214fd7b.tar.gz | |
systemd: move to v40 and don't kill user processes on exit
This fixes screen and tmux persistency issues.
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd/systemd_git.bb')
| -rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 89f910b7a7..c1a0117735 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
| @@ -14,14 +14,15 @@ inherit gitpkgv | |||
| 14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
| 15 | 15 | ||
| 16 | PV = "git" | 16 | PV = "git" |
| 17 | PR = "r13" | 17 | PR = "r15" |
| 18 | 18 | ||
| 19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
| 20 | 20 | ||
| 21 | SRCREV = "bbd9b8c2139a70005e4e83d198575e2a10fe1db2" | 21 | SRCREV = "d26e4270409506cd398875216413b651d6ee7de6" |
| 22 | 22 | ||
| 23 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ | 23 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ |
| 24 | file://0001-docs-fix-build-without-xsltproc.patch \ | 24 | file://0001-docs-fix-build-without-xsltproc.patch \ |
| 25 | file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \ | ||
| 25 | ${UCLIBCPATCHES} \ | 26 | ${UCLIBCPATCHES} \ |
| 26 | " | 27 | " |
| 27 | UCLIBCPATCHES = "" | 28 | UCLIBCPATCHES = "" |
