From: Robert P. J. Day Date: Sat, 2 Sep 2017 16:49:20 +0000 (-0400) Subject: oeqa: Replace "append +=" with normal "append =" in layerappend.py X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~20111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fae16b67542c59b059aa359146c38040785f200;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa: Replace "append +=" with normal "append =" in layerappend.py Signed-off-by: Robert P. J. Day Signed-off-by: Ross Burton --- diff --git a/meta/lib/oeqa/selftest/cases/layerappend.py b/meta/lib/oeqa/selftest/cases/layerappend.py index 95621163090..2fd5cdb0c65 100644 --- a/meta/lib/oeqa/selftest/cases/layerappend.py +++ b/meta/lib/oeqa/selftest/cases/layerappend.py @@ -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 = ''