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:28:36 +0100 |
commit | 29022a6a3a44089a14048e685c57d65382709094 (patch) | |
tree | c07486f393add23f7ed705798c2877016d072afe /meta/recipes-core/systemd | |
parent | 0697cf110a847ebb14809e92c7b98698026da8f7 (diff) | |
download | openembedded-core-29022a6a3a44089a14048e685c57d65382709094.tar.gz openembedded-core-29022a6a3a44089a14048e685c57d65382709094.tar.bz2 openembedded-core-29022a6a3a44089a14048e685c57d65382709094.zip |
systemd: Upgrade 212 -> 213
boots on all qemu machines
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-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" 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 } |