diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-05-29 12:10:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-01 14:29:31 +0100 |
commit | df1dc4edc5bb5be762c56152cfc1979b587e5b3b (patch) | |
tree | ce764ed018ac4b8632cd63eec0e198bc707fcd4f /meta | |
parent | 0716ce452801d75d31cd4a71078fa65f8866c511 (diff) | |
download | poky-df1dc4edc5bb5be762c56152cfc1979b587e5b3b.tar.gz |
systemd: Upgrade 212 -> 213
boots on all qemu machines
(From OE-Core rev: 29022a6a3a44089a14048e685c57d65382709094)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_213.bb (renamed from meta/recipes-core/systemd/systemd_212.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_212.bb b/meta/recipes-core/systemd/systemd_213.bb index 233bd31144..5f9057673c 100644 --- a/meta/recipes-core/systemd/systemd_212.bb +++ b/meta/recipes-core/systemd/systemd_213.bb | |||
@@ -17,9 +17,9 @@ SECTION = "base/shell" | |||
17 | 17 | ||
18 | inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest | 18 | inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives qemu systemd ptest |
19 | 19 | ||
20 | SRCREV = "9b3310b066136b0674a926da094b7fe87a13a58b" | 20 | SRCREV = "c9679c652b3c31f2510e8805d81630680ebc7e95" |
21 | 21 | ||
22 | PV = "212+git${SRCPV}" | 22 | PV = "213+git${SRCPV}" |
23 | 23 | ||
24 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=git \ | 24 | SRC_URI = "git://anongit.freedesktop.org/systemd/systemd;branch=master;protocol=git \ |
25 | file://binfmt-install.patch \ | 25 | file://binfmt-install.patch \ |
@@ -95,6 +95,7 @@ do_configure_prepend() { | |||
95 | cp -r ${S}/units ${S}/units.pre_sed | 95 | cp -r ${S}/units ${S}/units.pre_sed |
96 | fi | 96 | fi |
97 | sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service* | 97 | sed -i -e 's:=/root:=${ROOT_HOME}:g' ${S}/units/*.service* |
98 | sed -i '/ln --relative --help/d' ${S}/configure.ac | ||
98 | sed -i -e 's:\$(LN_S) --relative -f:lnr:g' ${S}/Makefile.am | 99 | sed -i -e 's:\$(LN_S) --relative -f:lnr:g' ${S}/Makefile.am |
99 | sed -i -e 's:\$(LN_S) --relative:lnr:g' ${S}/Makefile.am | 100 | sed -i -e 's:\$(LN_S) --relative:lnr:g' ${S}/Makefile.am |
100 | } | 101 | } |