mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
oeqa: Replace "append +=" with normal "append =" in layerappend.py
(From OE-Core rev: 0fae16b67542c59b059aa359146c38040785f200) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> 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
06c1139c51
commit
d27b089fef
@@ -40,7 +40,7 @@ sysroot_stage_all_append() {
|
||||
append2 = """
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI_append += "file://appendtest.txt"
|
||||
SRC_URI_append = " file://appendtest.txt"
|
||||
"""
|
||||
layerappend = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user