diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/distrodata.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/distrodata.py b/meta/lib/oeqa/selftest/cases/distrodata.py index 824e29e01b..248bc7c6a2 100644 --- a/meta/lib/oeqa/selftest/cases/distrodata.py +++ b/meta/lib/oeqa/selftest/cases/distrodata.py | |||
@@ -16,7 +16,6 @@ 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 = 'INHERIT += "distrodata"\n' | ||
20 | feature += 'LICENSE_FLAGS_WHITELIST += " commercial"\n' | 19 | feature += 'LICENSE_FLAGS_WHITELIST += " commercial"\n' |
21 | self.write_config(feature) | 20 | self.write_config(feature) |
22 | 21 | ||