aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/systemd
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-23 16:26:39 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-24 13:20:50 +0100
commit77ce4f048e1b574f0f272bebc25bf85eb6502825 (patch)
treea6f2a316b62ae47103768a33e2c0dbbdc8c9d4c3 /meta-oe/recipes-core/systemd
parent9a519bfc9387fa7086b564f276313261cefd879f (diff)
downloadmeta-openembedded-77ce4f048e1b574f0f272bebc25bf85eb6502825.tar.gz
systemd: bump SRCREV to fix big-endian builds
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-core/systemd')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index 334d2d2bee..c186920f1b 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,11 +14,11 @@ inherit gitpkgv
PKGV = "v${GITPKGVTAG}"
PV = "git"
-PR = "r10"
+PR = "r11"
inherit useradd pkgconfig autotools vala perlnative
-SRCREV = "a3f914b2a21decb0c4bd7a763ddd3ace215091cb"
+SRCREV = "c97e8d10fe35ab282725deb3e05542a598e46cb1"
SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;protocol=git \
file://0001-docs-fix-build-without-xsltproc.patch \