diff options
Diffstat (limited to 'meta/lib')
-rw-r--r-- | meta/lib/oeqa/selftest/cases/distrodata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/distrodata.py b/meta/lib/oeqa/selftest/cases/distrodata.py index 248bc7c6a2..0b454714e9 100644 --- a/meta/lib/oeqa/selftest/cases/distrodata.py +++ b/meta/lib/oeqa/selftest/cases/distrodata.py | |||
@@ -16,7 +16,7 @@ class Distrodata(OESelftestTestCase): | |||
16 | Product: oe-core | 16 | Product: oe-core |
17 | Author: Alexander Kanavin <alex.kanavin@gmail.com> | 17 | Author: Alexander Kanavin <alex.kanavin@gmail.com> |
18 | """ | 18 | """ |
19 | feature += 'LICENSE_FLAGS_WHITELIST += " commercial"\n' | 19 | feature = 'LICENSE_FLAGS_WHITELIST += " commercial"\n' |
20 | self.write_config(feature) | 20 | self.write_config(feature) |
21 | 21 | ||
22 | pkgs = oe.recipeutils.get_recipe_upgrade_status() | 22 | pkgs = oe.recipeutils.get_recipe_upgrade_status() |