diff options
Diffstat (limited to 'scripts/lib/recipetool/create.py')
| -rw-r--r-- | scripts/lib/recipetool/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index 406c97f1c5..28224dbc24 100644 --- a/scripts/lib/recipetool/create.py +++ b/scripts/lib/recipetool/create.py | |||
| @@ -1201,7 +1201,7 @@ def guess_license(srctree, d): | |||
| 1201 | fullpath = os.path.join(root, fn) | 1201 | fullpath = os.path.join(root, fn) |
| 1202 | if not fullpath in licfiles: | 1202 | if not fullpath in licfiles: |
| 1203 | licfiles.append(fullpath) | 1203 | licfiles.append(fullpath) |
| 1204 | for licfile in licfiles: | 1204 | for licfile in sorted(licfiles): |
| 1205 | md5value = bb.utils.md5_file(licfile) | 1205 | md5value = bb.utils.md5_file(licfile) |
| 1206 | license = md5sums.get(md5value, None) | 1206 | license = md5sums.get(md5value, None) |
| 1207 | if not license: | 1207 | if not license: |
