diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-01-08 16:25:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-11 10:39:08 +0000 |
commit | eca87bf2b427e98179d09d131306b9ca4047bd4f (patch) | |
tree | 0f35e54edfb8e775197636d17df230b03565b3a8 /meta/lib | |
parent | 69a4542fc4a3ea83b86940a791bb6c82fb35ce7a (diff) | |
download | poky-eca87bf2b427e98179d09d131306b9ca4047bd4f.tar.gz |
selftest/distrodata: un-break the upstream version check test
And fix the reported upstream check failures.
(From OE-Core rev: 63af0edcd954fac530ba17b04e5df5837cddc0a4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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() |