mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
meta: Rename LICENSE_FLAGS variable
(From OE-Core rev: 5c5b3bc563059ba728dc9724656cc69669f8e25f) Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2b22c16376
commit
0b46552625
@@ -392,7 +392,7 @@ def check_license_flags(d):
|
||||
|
||||
license_flags = d.getVar('LICENSE_FLAGS')
|
||||
if license_flags:
|
||||
whitelist = d.getVar('LICENSE_FLAGS_WHITELIST')
|
||||
whitelist = d.getVar('LICENSE_FLAGS_ACCEPTED')
|
||||
if not whitelist:
|
||||
return license_flags.split()
|
||||
unmatched_flags = all_license_flags_match(license_flags, whitelist)
|
||||
|
||||
Reference in New Issue
Block a user