diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/layerappend.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/layerappend.py b/meta/lib/oeqa/selftest/cases/layerappend.py index 9562116309..2fd5cdb0c6 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() { | |||
40 | append2 = """ | 40 | append2 = """ |
41 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 41 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
42 | 42 | ||
43 | SRC_URI_append += "file://appendtest.txt" | 43 | SRC_URI_append = " file://appendtest.txt" |
44 | """ | 44 | """ |
45 | layerappend = '' | 45 | layerappend = '' |
46 | 46 | ||