summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-07 10:14:22 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-07 16:06:19 +0100
commit724ec1ea4ff52b88bf1f6970557e44768214fd7b (patch)
tree4b84f9ee5230b1ed90dd80edc12c9bb715fc6a94 /meta-oe/recipes-core/systemd/systemd_git.bb
parente49f3cc870cca06f95174c2a7f6e042417b0af32 (diff)
downloadmeta-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.bb5
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
14PKGV = "v${GITPKGVTAG}" 14PKGV = "v${GITPKGVTAG}"
15 15
16PV = "git" 16PV = "git"
17PR = "r13" 17PR = "r15"
18 18
19inherit useradd pkgconfig autotools vala perlnative 19inherit useradd pkgconfig autotools vala perlnative
20 20
21SRCREV = "bbd9b8c2139a70005e4e83d198575e2a10fe1db2" 21SRCREV = "d26e4270409506cd398875216413b651d6ee7de6"
22 22
23SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \ 23SRC_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 "
27UCLIBCPATCHES = "" 28UCLIBCPATCHES = ""