summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2015-09-15 07:23:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-18 09:05:23 +0100
commitbfe2cd18619884e5a542d8a80e6b46a923146cc1 (patch)
tree042c9fb317c8e3f42616d8cd18d58b522b412b18 /meta/recipes-core/systemd
parent2515cf2ad30dbb7c25d0989c217e0dbeaaffe4a9 (diff)
downloadpoky-bfe2cd18619884e5a542d8a80e6b46a923146cc1.tar.gz
systemd: fix missing space in SRC_URI append
* it was introduced in: commit 5196d7bacaef1076c361adaa2867be31759c1b52 Author: Aníbal Limón <anibal.limon@linux.intel.com> Date: Fri Aug 28 11:15:01 2015 -0500 Subject: systemd: Increase devices timeout in QEMU machines to avoid failures on serial-getty (From OE-Core rev: 3ad8e15607eebf4fc56afda32dd64c498fbff109) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.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_225.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 6ac99cd63c..f7d4c7df48 100644
--- a/meta/recipes-core/systemd/systemd_225.bb
+++ b/meta/recipes-core/systemd/systemd_225.bb
@@ -46,7 +46,7 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
46 file://init \ 46 file://init \
47 file://run-ptest \ 47 file://run-ptest \
48 " 48 "
49SRC_URI_append_qemuall = "file://qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch" 49SRC_URI_append_qemuall = " file://qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch"
50 50
51S = "${WORKDIR}/git" 51S = "${WORKDIR}/git"
52 52