Lines Matching refs:append
123 headers.append(os.path.relpath(fullpth, includedir))
125 cmakefiles.append(os.path.relpath(fullpth, cmakedir))
160 results.append(os.path.join(root, fn))
182 deps.append(recipe)
185 unmappedpc.append(pcdep)
190 deps.append(recipe)
193 unmappedpc.append('(%s)' % ' or '.join(pcdep))
209 deps.append(recipe)
215 deps.append(recipe)
217 unmappedlibs.append(lib)
219 unmappedlibs.append(lib)
224 …outlines.append('# NOTE: unable to map the following pkg-config dependencies: %s' % ' '.join(unmap…
225 … outlines.append('# (this is based on recipes that have previously been built and packaged)')
228 …outlines.append('# NOTE: the following library dependencies are unknown, ignoring: %s' % ' '.join(…
229 … outlines.append('# (this is based on recipes that have previously been built and packaged)')
240 outlines.append('%s%s () {' % (prefix, funcname))
247 outlines.append('%s%s' % (indent, line))
254 outlines.append('%s:' % indent)
255 outlines.append('}')
256 outlines.append('')
632 lines_before.append('# Recipe created by %s' % os.path.basename(sys.argv[0]))
633 …lines_before.append('# This is the basis of a recipe and may need further editing in order to be f…
634 lines_before.append('# (Feel free to remove these comments when editing.)')
636 lines_before.append('')
639 lines_before.append('##LICENSE_PLACEHOLDER##')
665 classes.append('native')
670 classes.append('nativesdk')
678 …lines_before.append('# No information for SRC_URI yet (only an external source tree was specified)…
679 lines_before.append('SRC_URI = "%s"' % srcuri)
681 lines_before.append('SRC_URI[%s] = "%s"' % (key, value))
683 lines_before.append('')
684 lines_before.append('# Modify these as desired')
693 lines_before.append('PV = "%s+%s${SRCPV}"' % (realpv or '1.0', srcpvprefix))
699 lines_before.append('SRCREV = "%s"' % srcrev)
701 lines_before.append('PROVIDES = "%s"' % args.provides)
702 lines_before.append('')
707 lines_before.append('S = "${WORKDIR}/%s"' % srcsubdir)
708 lines_before.append('')
711 lines_after.append('PACKAGE_ARCH = "%s"' % pkgarch)
712 lines_after.append('')
715 lines_after.append('INSANE_SKIP:${PN} += "already-stripped"')
716 lines_after.append('')
731 handlers.append((handler[0], handler[1], i))
733 handlers.append((handler, 0, i))
742 classes.append('bin_package')
743 handled.append('buildsystem')
836 lines_before.append(line)
850 lines_after.append(line)
852 lines_after.append('BBCLASSEXTEND = "native"')
867 outlines.append('')
868 outlines.append('inherit %s' % ' '.join(classes))
869 outlines.append('')
956 lic_files_chksum.append('file://%s;md5=%s' % (licvalue[1], licvalue[2]))
958 lic_unknown.append(licvalue[1])
960 lines.append('#')
961 lines.append('# The following license files were not able to be identified and are')
962 lines.append('# represented as "Unknown" below, you will need to check them yourself:')
964 lines.append('# %s' % licfile)
973 licenses.append(item)
977 lic_files_chksum.append(item)
986 …lines.append('# Unable to find any files that looked like license statements. Check the accompanyi…
987 …lines.append('# documentation and source headers and set LICENSE and LIC_FILES_CHKSUM accordingly.…
988 lines.append('#')
989 …lines.append('# NOTE: LICENSE is being set to "CLOSED" to allow you to at least start building - i…
990 …lines.append('# this is not accurate with respect to the licensing of the software being built (it…
991 … lines.append('# will not be in most cases) you must specify the correct value before using this')
992 lines.append('# recipe for anything other than initial testing/development!')
996 …lines.append('# NOTE: Original package / source metadata indicates license is: %s' % ' & '.join(ex…
999 lines.append('#')
1000 … lines.append('# NOTE: multiple licenses have been detected; they have been separated with &')
1001 lines.append('# in the LICENSE value for now since it is a reasonable assumption that all')
1002 lines.append('# of the licenses apply. If instead there is a choice between the multiple')
1003 lines.append('# licenses then you should change the value to separate the licenses with |')
1004 lines.append('# instead of &. If there is any doubt, check the accompanying documentation')
1005 lines.append('# to determine which situation is applicable.')
1007 lines.append('LICENSE = "%s"' % ' & '.join(sorted(licenses, key=str.casefold)))
1008 lines.append('LIC_FILES_CHKSUM = "%s"' % ' \\\n '.join(lic_files_chksum))
1009 lines.append('')
1021 handled.append(('license', licvalues))
1192 lictext.append(line)
1220 licfiles.append(fullpath)
1232 licenses.append((license, os.path.relpath(licfile, srctree), md5value))
1250 pkglicenses[pkgname].append(license)
1256 pkglicenses[pn].append(license)
1265 outlines.append('LICENSE:%s = "%s"' % (pkgname, license))
1323 depends.append(mapped)
1347 content.append(line)