Lines Matching refs:lines_after
571 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
680 … lines_after.append('# The following configs & dependencies are from setuptools extras_require.')
681 …lines_after.append('# These dependencies are optional, hence can be controlled via PACKAGECONFIG.')
682 … lines_after.append('# The upstream names may not correspond exactly to bitbake package names.')
683 …lines_after.append('# The configs are might not correct, since PACKAGECONFIG does not support expr…
684 lines_after.append('#')
685 lines_after.append('# Uncomment this line to enable all the optional features.')
686 … lines_after.append('#PACKAGECONFIG ?= "{}"'.format(' '.join(k.lower() for k in extras_req)))
691 …lines_after.append('PACKAGECONFIG[{}] = ",,,{}"'.format(feature.lower(), ' '.join(feature_req_deps…
696 lines_after.append('')
702 …lines_after.append('# WARNING: the following rdepends are from setuptools install_requires. These')
703 … lines_after.append('# upstream names may not correspond exactly to bitbake package names.')
704 lines_after.append('RDEPENDS:${{PN}} += "{}"'.format(' '.join(inst_req_deps)))
713 lines_after.append('')
714 …lines_after.append('# WARNING: the following rdepends are determined through basic analysis of the…
715 lines_after.append('# python sources, and might not be 100% accurate.')
716 lines_after.append('RDEPENDS:${{PN}} += "{}"'.format(' '.join(sorted(mapped_deps))))
722 lines_after.append('')
723 … lines_after.append('# WARNING: We were unable to map the following python package/module')
724 lines_after.append('# dependencies to the bitbake packages which include them:')
725 lines_after.extend('# {}'.format(d) for d in sorted(unmapped_deps))
802 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
961 lines_after.append("")
962 lines_after.append(
965 lines_after.append(
968 lines_after.extend(
989 lines_after.append("")
990 lines_after.append(
993 lines_after.append(
996 lines_after.extend(