kernel-dev: don't use _append +=

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2019-10-15 11:28:36 +01:00
committed by Richard Purdie
parent 94f6b31bef
commit a3ece7d5d8

View File

@@ -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>