aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
2015-01-23package.bbclass: Let PR server update PKGV, not PVMike Looijmans
2015-01-16package.bbclass: Fix support for private libsMartin Jansa
2014-12-21classes/package: move read_shlib_providers() to a common unitPaul Eggleton
2014-12-19package.bbclass: do variable fixups even when FILES was setPeter Seebach
2014-12-03package.bbclass: Create empty key/value if not there for shlib_providerKhem Raj
2014-11-08package/prserv: Merge two similar functions into oneRichard Purdie
2014-10-10package_do_shlibs: Look for provider in the path thats in shlib_provider dict...Khem Raj
2014-10-06package.bbclass: Reverse runtime symlinks should be tied to package generationOtavio Salvador
2014-08-29package: Correct two typos in a commentPeter Kjellerstedt
2014-08-23package: Disable runtime mapping of RPROVIDES/RCONFLICTS/RREPLACESRichard Purdie
2014-08-23package: Don't remap names in packagegroup recipesRichard Purdie
2014-08-23package.bbclass: Fixup for using common functionRichard Purdie
2014-08-04package: Fix darwin shlibs codeRichard Purdie
2014-08-03package: Convert dylib handling from .la to otoolRichard Purdie
2014-08-03package: Fix pkgdest for darwin shlibs codeRichard Purdie
2014-07-10package.bbclass: add a stub implementation of package_name_hookRoss Burton
2014-07-10package.bbclass: Generate runtime-rprovides dataRichard Purdie
2014-07-10package.bbclass: Rewrite shlib_provider handling to include RPATHRichard Purdie
2014-07-10package.bbclass: Improve shlibs pkgdata file formatRichard Purdie
2014-07-10package.bbclass: Rewrite sonames data structure to include library pathRichard Purdie
2014-07-10package.bbclass: Improve shlibs needed data structureRichard Purdie
2014-04-08package.bbclass: Add CONFFILES to list of package specific variablesRichard Purdie
2014-02-24package: Drop do_package_write taskRichard Purdie
2014-02-17package.bbclass: do_split_packages should always return something.Josua Mayer
2014-02-12package: Remove the before do_build constraint of the do_package taskRichard Purdie
2014-02-11package.bbclass: fix strip and split logicKoen Kooi
2014-01-29package.bbclass: Show which files require given dependency in debug outputMartin Jansa
2014-01-29package.bbclass: Don't search for providers of PRIVATE_LIBSMartin Jansa
2014-01-28package.bbclass: add getter of additional metadataLeonid Borisenko
2014-01-19package.bbclass: show warning when package is providing already provided shlibMartin Jansa
2014-01-19package.bbclass: move reading shlibs providers to separate functionMartin Jansa
2014-01-10package: Keep global pkgfiles[] up to date when snapping library symlinksPhil Blundell
2014-01-02classes/package: set SUMMARY in do_split_packages()Paul Eggleton
2013-12-18sstate: Get rid of crazy name mappingRichard Purdie
2013-12-03classes/package: write PE and PKGE out to pkgdataPaul Eggleton
2013-12-03classes/package: record PKGSIZE as total file size in pkgdataPaul Eggleton
2013-12-03classes/package: fix FILES_INFO serialisation in pkgdataPaul Eggleton
2013-11-04package.bbclass: Fix split_and_strip_files when file has single quote (')Felipe F. Tonello
2013-10-14classes/package: handle filenames containing wildcardsPaul Eggleton
2013-10-11classes: tar 1.27 fixesRichard Purdie
2013-09-26package.bbclass: Clear umask when using os.mkdirRichard Purdie
2013-09-13bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie
2013-09-06package.bbclass: skip already-stripped QA test if asked forKhem Raj
2013-09-04package.bbclass: Fix darwin shlib handlingRichard Purdie
2013-08-22package.bbclass: Fix handling of symlinks in debug packagesRichard Purdie
2013-07-25package.bbclass: avoid packing debug sources from other packagesAndreas Müller
2013-07-02classes/package: print command output when commands failPaul Eggleton
2013-06-28package: Ensure we iterate all the pool objectsRichard Purdie
2013-06-07insane/package: refactor packaging sanity testsRobert Yang
2013-06-07insane/package: let package.bbclass inherit insane.bbclassRobert Yang