diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2021-11-19 22:35:27 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-11-23 10:53:15 +0000 |
| commit | a20e6a8a85071e05b371d4f5a04a2557667828cd (patch) | |
| tree | 21aafbee22060b8411b179bdd3fb24ff8345b8e7 /meta/lib/oeqa/selftest/cases/imagefeatures.py | |
| parent | 8c5e589df8e3e6cf5797495714d70228cae247a8 (diff) | |
| download | poky-a20e6a8a85071e05b371d4f5a04a2557667828cd.tar.gz | |
oeqa: fix warnings for append operators combined with +=
(From OE-Core rev: f2504115f08b173d919d9abe507a0ba440b0d4df)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/imagefeatures.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/imagefeatures.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/imagefeatures.py b/meta/lib/oeqa/selftest/cases/imagefeatures.py index 12902add94..18f37c6d7d 100644 --- a/meta/lib/oeqa/selftest/cases/imagefeatures.py +++ b/meta/lib/oeqa/selftest/cases/imagefeatures.py | |||
| @@ -229,7 +229,7 @@ USERADD_GID_TABLES += "files/static-group" | |||
| 229 | def test_no_busybox_base_utils(self): | 229 | def test_no_busybox_base_utils(self): |
| 230 | config = """ | 230 | config = """ |
| 231 | # Enable wayland | 231 | # Enable wayland |
| 232 | DISTRO_FEATURES:append += "pam opengl wayland" | 232 | DISTRO_FEATURES:append = " pam opengl wayland" |
| 233 | 233 | ||
| 234 | # Switch to systemd | 234 | # Switch to systemd |
| 235 | DISTRO_FEATURES += "systemd" | 235 | DISTRO_FEATURES += "systemd" |
