mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
69a4542fc4
commit
eca87bf2b4
@@ -16,7 +16,7 @@ class Distrodata(OESelftestTestCase):
|
||||
Product: oe-core
|
||||
Author: Alexander Kanavin <alex.kanavin@gmail.com>
|
||||
"""
|
||||
feature += 'LICENSE_FLAGS_WHITELIST += " commercial"\n'
|
||||
feature = 'LICENSE_FLAGS_WHITELIST += " commercial"\n'
|
||||
self.write_config(feature)
|
||||
|
||||
pkgs = oe.recipeutils.get_recipe_upgrade_status()
|
||||
|
||||
Reference in New Issue
Block a user