diff options
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/incompatible_lic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/incompatible_lic.py b/meta/lib/oeqa/selftest/cases/incompatible_lic.py index 3eabd79097..2a6382a1a8 100644 --- a/meta/lib/oeqa/selftest/cases/incompatible_lic.py +++ b/meta/lib/oeqa/selftest/cases/incompatible_lic.py | |||
| @@ -85,7 +85,7 @@ class IncompatibleLicenseTests(OESelftestTestCase): | |||
| 85 | class IncompatibleLicensePerImageTests(OESelftestTestCase): | 85 | class IncompatibleLicensePerImageTests(OESelftestTestCase): |
| 86 | def default_config(self): | 86 | def default_config(self): |
| 87 | return """ | 87 | return """ |
| 88 | IMAGE_INSTALL_append = "bash" | 88 | IMAGE_INSTALL_append = " bash" |
| 89 | INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0" | 89 | INCOMPATIBLE_LICENSE_pn-core-image-minimal = "GPL-3.0 LGPL-3.0" |
| 90 | """ | 90 | """ |
| 91 | 91 | ||
