Hello, I propose a patch for krogoth branch.
It seems that miss a space a the end of line SRC_URI_prepend. This make error when two sources are concatenated.
Thank your. Regards. -- Tansorier Mickaël
>From 4b753ee916ee1a9fa6c82bb7dc2a8070bf14b2ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Tansorier?= <mick...@tansorier.fr> Date: Thu, 23 Feb 2017 09:40:18 +0100 Subject: [PATCH] qemu: Add space to fix concatenated SRC_URI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mickaël Tansorier <mick...@tansorier.fr> --- meta/recipes-devtools/qemu/qemu_2.5.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu_2.5.0.bb b/meta/recipes-devtools/qemu/qemu_2.5.0.bb index ed8d911ea6..241dee050c 100644 --- a/meta/recipes-devtools/qemu/qemu_2.5.0.bb +++ b/meta/recipes-devtools/qemu/qemu_2.5.0.bb @@ -27,7 +27,7 @@ SRC_URI += "file://configure-fix-Darwin-target-detection.patch \ file://CVE-2016-4002.patch \ file://CVE-2016-5403.patch \ " -SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2" +SRC_URI_prepend = "http://wiki.qemu-project.org/download/${BP}.tar.bz2 " SRC_URI[md5sum] = "f469f2330bbe76e3e39db10e9ac4f8db" SRC_URI[sha256sum] = "3443887401619fe33bfa5d900a4f2d6a79425ae2b7e43d5b8c36eb7a683772d4" -- 2.11.1
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto