]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: Upgrade 212 -> 213
authorKhem Raj <raj.khem@gmail.com>
Thu, 29 May 2014 19:10:20 +0000 (12:10 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Jun 2014 13:28:36 +0000 (14:28 +0100)
boots on all qemu machines

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_213.bb [moved from meta/recipes-core/systemd/systemd_212.bb with 99% similarity]

similarity index 99%
rename from meta/recipes-core/systemd/systemd_212.bb
rename to meta/recipes-core/systemd/systemd_213.bb
index 233bd311449f34ec2d2b022dfbec46b7161fa092..5f9057673c6d438bf26c62d620fe4e9d85524815 100644 (file)
@@ -17,9 +17,9 @@ SECTION = "base/shell"
 
 inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest
 
-SRCREV = "9b3310b066136b0674a926da094b7fe87a13a58b"
+SRCREV = "c9679c652b3c31f2510e8805d81630680ebc7e95"
 
-PV = "212+git${SRCPV}"
+PV = "213+git${SRCPV}"
 
 SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=git \
            file://binfmt-install.patch \
@@ -95,6 +95,7 @@ do_configure_prepend() {
                cp -r ${S}/units ${S}/units.pre_sed
        fi
        sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service*
+       sed -i '/ln --relative --help/d' ${S}/configure.ac
        sed -i -e 's:\$(LN_S) --relative -f:lnr:g' ${S}/Makefile.am
        sed -i -e 's:\$(LN_S) --relative:lnr:g' ${S}/Makefile.am
 }