diff options
Diffstat (limited to 'meta-security-isafw/classes/isafw.bbclass')
| -rw-r--r-- | meta-security-isafw/classes/isafw.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-security-isafw/classes/isafw.bbclass b/meta-security-isafw/classes/isafw.bbclass index 146acdf..da6bf76 100644 --- a/meta-security-isafw/classes/isafw.bbclass +++ b/meta-security-isafw/classes/isafw.bbclass | |||
| @@ -41,7 +41,7 @@ python do_analysesource() { | |||
| 41 | recipe.version = recipe.version.split('+git', 1)[0] | 41 | recipe.version = recipe.version.split('+git', 1)[0] |
| 42 | 42 | ||
| 43 | for p in d.getVar('PACKAGES', True).split(): | 43 | for p in d.getVar('PACKAGES', True).split(): |
| 44 | license = str(d.getVar('LICENSE_' + p, True)) | 44 | license = str(d.getVar('LICENSE:' + p, True)) |
| 45 | if license == "None": | 45 | if license == "None": |
| 46 | license = d.getVar('LICENSE', True) | 46 | license = d.getVar('LICENSE', True) |
| 47 | license = license.replace("(", "") | 47 | license = license.replace("(", "") |
