diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2023-01-24 11:47:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-01-26 21:06:57 +0000 |
| commit | 1125b85e7989e16377de1d5c35852f4822f4c07e (patch) | |
| tree | 9f758838b5763ed39e68630e7a3a6e99c51fd7a5 /meta/conf/distro/include/ptest-packagelists.inc | |
| parent | 372960044f3c4180c767f686c316ee2a5b197865 (diff) | |
| download | poky-1125b85e7989e16377de1d5c35852f4822f4c07e.tar.gz | |
Fix missing leading whitespace with ':append'
Mitigate occurences where ':append' operator is used and leading
whitespace character is obviously missing, risking inadvertent
string concatenation.
(From OE-Core rev: fcd340ec53ff8352b8cae0eb351810072b025a08)
Signed-off-by: Niko Mauno <niko.mauno@vaisala.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/ptest-packagelists.inc')
| -rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 48dec07577..72162f10ee 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
| @@ -106,10 +106,10 @@ PTESTS_SLOW = "\ | |||
| 106 | " | 106 | " |
| 107 | 107 | ||
| 108 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" | 108 | PTESTS_SLOW:remove:riscv64 = "valgrind-ptest" |
| 109 | PTESTS_PROBLEMS:append:riscv64 = "valgrind-ptest" | 109 | PTESTS_PROBLEMS:append:riscv64 = " valgrind-ptest" |
| 110 | PTESTS_SLOW:append:libc-musl = " libc-test-ptest" | 110 | PTESTS_SLOW:append:libc-musl = " libc-test-ptest" |
| 111 | PTESTS_SLOW:remove:x86 = "valgrind-ptest" | 111 | PTESTS_SLOW:remove:x86 = "valgrind-ptest" |
| 112 | PTESTS_PROBLEMS:append:x86 = "valgrind-ptest" | 112 | PTESTS_PROBLEMS:append:x86 = " valgrind-ptest" |
| 113 | 113 | ||
| 114 | # ruby-ptest \ # Timeout | 114 | # ruby-ptest \ # Timeout |
| 115 | # lz4-ptest \ # Needs a rewrite | 115 | # lz4-ptest \ # Needs a rewrite |
