Lines Matching full:append
34 classes.append('cmake')
38 lines_before.append('%s = "%s"' % (var, value))
39 … lines_after.append('# Specify any options you want to pass to cmake using EXTRA_OECMAKE:')
40 lines_after.append('EXTRA_OECMAKE = ""')
41 lines_after.append('')
42 handled.append('buildsystem')
197 inherits.append('pkgconfig')
207 pcdeps.append(item)
208 inherits.append('pkgconfig')
223 inherits.append('gettext')
225 inherits.append('perlnative')
227 inherits.append('pkgconfig')
229 inherits.append('python3native')
231 inherits.append('python3-dir')
237 deps.append(dep)
242 deps.append(dep)
244 unmappedpkgs.append(origpkg)
250 libdeps.append(lib)
259 libdeps.append(lib)
261 deps.append('swig-native')
267 …outlines.append('# NOTE: unable to map the following CMake package dependencies: %s' % ' '.join(li…
310 classes.append('scons')
311 … lines_after.append('# Specify any options you want to pass to scons using EXTRA_OESCONS:')
312 lines_after.append('EXTRA_OESCONS = ""')
313 lines_after.append('')
314 handled.append('buildsystem')
325 classes.append('qmake2')
326 handled.append('buildsystem')
342 lines_before.append('%s = "%s"' % (var, value))
370 lines_before.append('')
371 …lines_before.append('# NOTE: if this software is not capable of being built in a separate build di…
372 …lines_before.append('# from the source, you should replace autotools with autotools-brokensep in t…
373 lines_before.append('# inherit line')
374 classes.append('autotools')
375 …lines_after.append('# Specify any options you want to pass to the configure script using EXTRA_OEC…
376 lines_after.append('EXTRA_OECONF = ""')
377 lines_after.append('')
378 handled.append('buildsystem')
489 inherits.append('pkgconfig')
496 inherits.append('pkgconfig')
498 inherits.append('gettext')
500 deps.append('intltool-native')
502 deps.append('glib-2.0')
513 inherits.append(progclass)
519 deps.append(progdep)
522 unmapped.append(prog)
528 libdeps.append(lib)
535 libdeps.append((lib, header))
537 deps.append('libx11')
539 deps.append('boost')
541 deps.append('flex-native')
543 deps.append('bison-native')
545 deps.append('zlib')
547 deps.append('openssl')
549 deps.append('curl')
551 deps.append('beecrypt')
553 deps.append('expat')
555 deps.append('libgcrypt')
557 deps.append('nettle')
559 deps.append('readline')
561 deps.append('sqlite3')
563 deps.append('taglib')
565 deps.append('swig-native')
567 deps.append('libxslt-native')
571 deps.append('ncurses')
573 deps.append('db')
575 deps.append('libpcre')
692 …outlines.append('# NOTE: the following prog dependencies are unknown, ignoring: %s' % ' '.join(lis…
741 …lines_after.append('# NOTE: this is a Makefile-only piece of software, so we cannot generate much …
742 …lines_after.append('# recipe automatically - you will need to examine the Makefile yourself and en…
743 lines_after.append('# that the appropriate arguments are passed in.')
744 lines_after.append('')
757 …lines_before.append('# NOTE: some of these dependencies may be optional, check the Makefile and/or…
758 lines_before.append('%s = "%s"' % (var, value))
759 lines_before.append('')
768 func.append('# You will almost certainly need to add additional arguments here')
769 func.append('oe_runmake')
780 func.append('# This is a guess; additional arguments may be required')
787 func.append('oe_runmake install%s' % makeargs)
789 … func.append('# NOTE: unable to determine what to put here - there is a Makefile but no')
790 func.append('# target named "install", so you will need to define this yourself')
793 handled.append('buildsystem')
795 … lines_after.append('# NOTE: no Makefile found, unable to determine what needs to be done')
796 lines_after.append('')
863 lines_before.append(liccomment)
869 handlers.append((CmakeRecipeHandler(), 50))
870 handlers.append((AutotoolsRecipeHandler(), 40))
871 handlers.append((SconsRecipeHandler(), 30))
872 handlers.append((QmakeRecipeHandler(), 20))
873 handlers.append((MakefileRecipeHandler(), 10))
874 handlers.append((VersionFileRecipeHandler(), -1))
875 handlers.append((SpecFileRecipeHandler(), -1))