mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 11:13:04 +01:00
kernel-dev: don't use _append +=
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
79a850a10a
commit
a6d1001b2a
@@ -549,9 +549,9 @@
|
||||
<literallayout class='monospaced'>
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append += "file://<replaceable>patch-file-one</replaceable>"
|
||||
SRC_URI_append += "file://<replaceable>patch-file-two</replaceable>"
|
||||
SRC_URI_append += "file://<replaceable>patch-file-three</replaceable>"
|
||||
SRC_URI_append = " file://<replaceable>patch-file-one</replaceable>"
|
||||
SRC_URI_append = " file://<replaceable>patch-file-two</replaceable>"
|
||||
SRC_URI_append = " file://<replaceable>patch-file-three</replaceable>"
|
||||
</literallayout>
|
||||
The
|
||||
<ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink>
|
||||
|
||||
Reference in New Issue
Block a user