aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd/systemd_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-29 12:43:04 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-02-29 14:53:13 +0100
commit3d15d096b6cd691d9b7e7b00c44498b73e9661b5 (patch)
tree517190c436b978b75fbb57bc8cb752c06516dbe0 /meta-oe/recipes-core/systemd/systemd_git.bb
parent59de020063c4a5130c4f7e1a997aa32db18575ee (diff)
downloadmeta-openembedded-3d15d096b6cd691d9b7e7b00c44498b73e9661b5.tar.gz
systemd: address logind problem on BE machines
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.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 4c458bd73c..62a326ee08 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,7 +14,7 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r16"
+PR = "r17"
inherit useradd pkgconfig autotools vala perlnative
@@ -23,6 +23,7 @@ SRCREV = "d26e4270409506cd398875216413b651d6ee7de6"
SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
file://0001-docs-fix-build-without-xsltproc.patch \
file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \
+ file://0001-systemd-journald-fix-endianess-bug.patch \
${UCLIBCPATCHES} \
"
UCLIBCPATCHES = ""