[oe-commits] [openembedded-core] 04/59: oeqa: Replace "append +=" with normal "append =" in layerappend.py

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:30:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0fae16b67542c59b059aa359146c38040785f200
Author: Robert P. J. Day <rpjday at crashcourse.ca>
AuthorDate: Sat Sep 2 12:49:20 2017 -0400

    oeqa: Replace "append +=" with normal "append =" in layerappend.py
    
    Signed-off-by: Robert P. J. Day <rpjday at crashcourse.ca>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/cases/layerappend.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oeqa/selftest/cases/layerappend.py b/meta/lib/oeqa/selftest/cases/layerappend.py
index 9562116..2fd5cdb 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 = ''
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list