mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 07:27:14 +00:00
meta-security-isafw: Convert to new override syntax
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ python do_analysesource() {
|
||||
recipe.version = recipe.version.split('+git', 1)[0]
|
||||
|
||||
for p in d.getVar('PACKAGES', True).split():
|
||||
license = str(d.getVar('LICENSE_' + p, True))
|
||||
license = str(d.getVar('LICENSE:' + p, True))
|
||||
if license == "None":
|
||||
license = d.getVar('LICENSE', True)
|
||||
license = license.replace("(", "")
|
||||
|
||||
Reference in New Issue
Block a user