diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-18 11:57:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-18 16:19:34 +0000 |
commit | b9c9018220cfc2d8e7591b3ced83952dd6ffe506 (patch) | |
tree | 24a05e084971d5f80f447b68de8e2c9280c29964 /meta/lib/oeqa/selftest | |
parent | be4d74c509400b08b1c62faf849fcba24146a06d (diff) | |
download | poky-b9c9018220cfc2d8e7591b3ced83952dd6ffe506.tar.gz |
oeqa/selftest/distrodata: Drop now unneeded distrodata inherit
(From OE-Core rev: 1e03261d5e5e43ddda279750493f79aa865810c5)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest')
-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 | ||