mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
bbclass: fix spelling mistakes
Fix some spelling mistakes in bbclass files (From OE-Core rev: ed484c06f436eea62c5d0b1a2964f219f3e5cb61) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cf218e56af
commit
a205c4ce1d
@@ -232,7 +232,7 @@ def run_fossology(foss_command, full_spdx):
|
||||
# Package info
|
||||
package_info = {}
|
||||
if full_spdx:
|
||||
# All mandatory, only one occurance
|
||||
# All mandatory, only one occurrence
|
||||
package_info['PackageCopyrightText'] = re.findall('PackageCopyrightText: (.*?</text>)', foss_output, re.S)[0]
|
||||
package_info['PackageLicenseDeclared'] = re.findall('PackageLicenseDeclared: (.*)', foss_output)[0]
|
||||
package_info['PackageLicenseConcluded'] = re.findall('PackageLicenseConcluded: (.*)', foss_output)[0]
|
||||
|
||||
Reference in New Issue
Block a user