[oe-commits] Martin Jansa : systemd: fix missing space in SRC_URI append

git at git.openembedded.org git at git.openembedded.org
Fri Sep 18 08:06:53 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 3ad8e15607eebf4fc56afda32dd64c498fbff109
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3ad8e15607eebf4fc56afda32dd64c498fbff109

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Tue Sep 15 07:23:03 2015 +0200

systemd: fix missing space in SRC_URI append

* it was introduced in:
  commit 5196d7bacaef1076c361adaa2867be31759c1b52
  Author: Aníbal Limón <anibal.limon at 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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/recipes-core/systemd/systemd_225.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 6ac99cd..f7d4c7d 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 \
            file://init \
            file://run-ptest \
           "
-SRC_URI_append_qemuall = "file://qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch"
+SRC_URI_append_qemuall = " file://qemuall_io_latency-core-device.c-Change-the-default-device-timeout-to-2.patch"
 
 S = "${WORKDIR}/git"
 



More information about the Openembedded-commits mailing list