From 77ce4f048e1b574f0f272bebc25bf85eb6502825 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Mon, 23 Jan 2012 16:26:39 +0100 Subject: [PATCH] systemd: bump SRCREV to fix big-endian builds Signed-off-by: Koen Kooi --- meta-oe/recipes-core/systemd/systemd_git.bb | 4 ++-- 1 file 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 \