mirror of
https://git.yoctoproject.org/poky
synced 2026-03-25 19:02:23 +01:00
connman-conf: fix SRC_URI_append
* add leading space so that it works even with some .bbappend adding additional files to SRC_URI without trailing space (From OE-Core rev: 0f282f1d4946ac6e81959c66172c115405632a26) 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>
This commit is contained in:
committed by
Richard Purdie
parent
e60597abb7
commit
e20f81041b
@@ -4,9 +4,9 @@ network interface for a qemu machine."
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
|
||||
|
||||
SRC_URI_append_qemuall = "file://wired.config \
|
||||
file://wired-setup \
|
||||
"
|
||||
SRC_URI_append_qemuall = " file://wired.config \
|
||||
file://wired-setup \
|
||||
"
|
||||
PR = "r2"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
Reference in New Issue
Block a user