Searched refs:licfile (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/ |
| H A D | create_npm.py | 270 for licfile in licfiles: 271 f = os.path.join(srctree, licfile) 281 "%s,Unknown,X,Y,MD5" % (licfile, md5value)) 282 chksums.append("file://%s%s%s;md5=%s" % (licfile, 286 licenses.append((license, licfile, md5value))
|
| H A D | create.py | 963 for licfile in lic_unknown: 964 lines.append('# %s' % licfile) 1057 def crunch_license(licfile): argument 1161 with open(licfile, 'r', errors='surrogateescape') as f: 1221 for licfile in sorted(licfiles): 1222 md5value = bb.utils.md5_file(licfile) 1225 license, crunched_md5, lictext = crunch_license(licfile) 1230 "%s,Unknown" % (os.path.relpath(licfile, srctree), md5value)) 1232 licenses.append((license, os.path.relpath(licfile, srctree), md5value))
|