mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +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
94f6b31bef
commit
a3ece7d5d8
@@ -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