summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/cases/distrodata.py
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-01-08 16:25:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-01-11 10:39:08 +0000
commiteca87bf2b427e98179d09d131306b9ca4047bd4f (patch)
tree0f35e54edfb8e775197636d17df230b03565b3a8 /meta/lib/oeqa/selftest/cases/distrodata.py
parent69a4542fc4a3ea83b86940a791bb6c82fb35ce7a (diff)
downloadpoky-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/oeqa/selftest/cases/distrodata.py')
-rw-r--r--meta/lib/oeqa/selftest/cases/distrodata.py2
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()