mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02: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) (From OE-Core rev: a8dd5d64c2ff2fe8bb4d39260ed82f6bf0d0277f) 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
4e224f3922
commit
411a70dea3
@@ -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