summaryrefslogtreecommitdiff
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)AuthorFiles
2014-12-03package.bbclass: Create empty key/value if not there for shlib_providerKhem Raj1
2014-11-08package/prserv: Merge two similar functions into oneRichard Purdie1
2014-10-10package_do_shlibs: Look for provider in the path thats in shlib_provider dict...Khem Raj1
2014-10-06package.bbclass: Reverse runtime symlinks should be tied to package generationOtavio Salvador1
2014-08-29package: Correct two typos in a commentPeter Kjellerstedt1
2014-08-23package: Disable runtime mapping of RPROVIDES/RCONFLICTS/RREPLACESRichard Purdie1
2014-08-23package: Don't remap names in packagegroup recipesRichard Purdie1
2014-08-23package.bbclass: Fixup for using common functionRichard Purdie1
2014-08-04package: Fix darwin shlibs codeRichard Purdie1
2014-08-03package: Convert dylib handling from .la to otoolRichard Purdie1
2014-08-03package: Fix pkgdest for darwin shlibs codeRichard Purdie1
2014-07-10package.bbclass: add a stub implementation of package_name_hookRoss Burton1
2014-07-10package.bbclass: Generate runtime-rprovides dataRichard Purdie1
2014-07-10package.bbclass: Rewrite shlib_provider handling to include RPATHRichard Purdie1
2014-07-10package.bbclass: Improve shlibs pkgdata file formatRichard Purdie1
2014-07-10package.bbclass: Rewrite sonames data structure to include library pathRichard Purdie1
2014-07-10package.bbclass: Improve shlibs needed data structureRichard Purdie1
2014-04-08package.bbclass: Add CONFFILES to list of package specific variablesRichard Purdie1
2014-02-24package: Drop do_package_write taskRichard Purdie1
2014-02-17package.bbclass: do_split_packages should always return something.Josua Mayer1
2014-02-12package: Remove the before do_build constraint of the do_package taskRichard Purdie1
2014-02-11package.bbclass: fix strip and split logicKoen Kooi1
2014-01-29package.bbclass: Show which files require given dependency in debug outputMartin Jansa1
2014-01-29package.bbclass: Don't search for providers of PRIVATE_LIBSMartin Jansa1
2014-01-28package.bbclass: add getter of additional metadataLeonid Borisenko1
2014-01-19package.bbclass: show warning when package is providing already provided shlibMartin Jansa1
2014-01-19package.bbclass: move reading shlibs providers to separate functionMartin Jansa1
2014-01-10package: Keep global pkgfiles[] up to date when snapping library symlinksPhil Blundell1
2014-01-02classes/package: set SUMMARY in do_split_packages()Paul Eggleton1
2013-12-18sstate: Get rid of crazy name mappingRichard Purdie1
2013-12-03classes/package: write PE and PKGE out to pkgdataPaul Eggleton1
2013-12-03classes/package: record PKGSIZE as total file size in pkgdataPaul Eggleton1
2013-12-03classes/package: fix FILES_INFO serialisation in pkgdataPaul Eggleton1
2013-11-04package.bbclass: Fix split_and_strip_files when file has single quote (')Felipe F. Tonello1
2013-10-14classes/package: handle filenames containing wildcardsPaul Eggleton1
2013-10-11classes: tar 1.27 fixesRichard Purdie1
2013-09-26package.bbclass: Clear umask when using os.mkdirRichard Purdie1
2013-09-13bitbake.conf/package: Collapse PKGDATA_DIR into a single machine specific dir...Richard Purdie1
2013-09-06package.bbclass: skip already-stripped QA test if asked forKhem Raj1
2013-09-04package.bbclass: Fix darwin shlib handlingRichard Purdie1
2013-08-22package.bbclass: Fix handling of symlinks in debug packagesRichard Purdie1
2013-07-25package.bbclass: avoid packing debug sources from other packagesAndreas Müller1
2013-07-02classes/package: print command output when commands failPaul Eggleton1
2013-06-28package: Ensure we iterate all the pool objectsRichard Purdie1
2013-06-07insane/package: refactor packaging sanity testsRobert Yang1
2013-06-07insane/package: let package.bbclass inherit insane.bbclassRobert Yang1
2013-05-16bbclass: bb.fatal() clean upRobert Yang1
2013-05-14package.bbclass: Fix sources contentsRichard Purdie1
2013-05-09class/lib: Fix up various file access methodsRichard Purdie1
2013-05-09classes/lib: Fix getcmdstatus breakageRichard Purdie1