summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package: ensure do_split_packages doesn't return duplicatesRoss Burton2016-04-291-3/+3
* package.bbclass: improve permission handlingDan McGregor2016-04-141-3/+8
* package.bbclass: handle links in sorted orderBill Randle2016-04-131-9/+10
* package: do_split_packages: expand variables in extra_dependsRoss Burton2016-04-061-0/+1
* conf/bitbake.conf package.bbclass: fix dbg package not contain sources while ...Hongxu Jia2016-03-281-4/+20
* package.bbclass: Treat .node files same as .so when checking what to stripBrendan Le Foll2016-03-251-1/+1
* package: check inherit instead of PN to decide if a recipe is a packagegroupRoss Burton2016-02-281-2/+1
* classes/lib: Add expand parameter to getVarFlagRichard Purdie2016-02-041-2/+2
* package.bbclass: Add data expansion to do_split_packages()Richard Purdie2016-02-041-0/+2
* insane/package: Fix cases where QA errors aren't fatalRichard Purdie2016-01-151-0/+4
* package: Add auto package splitting of .debug filesRichard Purdie2015-12-161-0/+17
* bbclass: fix spelling mistakesMaxin B. John2015-11-241-2/+2
* prserv.bbclass: remove it since it is nullRobert Yang2015-10-271-1/+0
* package.bbclass: add summary line to installed-vs-shipped QA checkMartin Jansa2015-09-231-1/+2
* meta: Add explict getVar param for (non) expansionRichard Purdie2015-06-231-2/+2
* package.bbclass: Include missing variables on PACKAGEVARSLeonardo Sandoval2015-05-241-1/+1
* package: Fix license exclusion packaging errorsRichard Purdie2015-04-301-7/+11
* split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh2015-04-291-22/+26
* classes/package: clarify installed-vs-shipped messagePaul Eggleton2015-04-191-1/+2
* package.bbclass: Add SYSTEMD_SERVICE to list of package specific variablesAndreas Oberritter2015-03-251-1/+1
* packaging: allow globs in CONFFILESChen Qi2015-02-191-18/+61
* package.bbclass: Let PR server update PKGV, not PVMike Looijmans2015-01-231-3/+4
* package.bbclass: Fix support for private libsMartin Jansa2015-01-161-1/+1
* classes/package: move read_shlib_providers() to a common unitPaul Eggleton2014-12-211-23/+1
* package.bbclass: do variable fixups even when FILES was setPeter Seebach2014-12-191-8/+10
* package.bbclass: Create empty key/value if not there for shlib_providerKhem Raj2014-12-031-0/+2
* package/prserv: Merge two similar functions into oneRichard Purdie2014-11-091-14/+38
* package_do_shlibs: Look for provider in the path thats in shlib_provider dict...Khem Raj2014-10-101-1/+4
* package.bbclass: Reverse runtime symlinks should be tied to package generationOtavio Salvador2014-10-061-4/+4
* package: Correct two typos in a commentPeter Kjellerstedt2014-08-291-3/+3
* package: Disable runtime mapping of RPROVIDES/RCONFLICTS/RREPLACESRichard Purdie2014-08-251-3/+0
* package: Don't remap names in packagegroup recipesRichard Purdie2014-08-251-0/+3
* package.bbclass: Fixup for using common functionRichard Purdie2014-08-231-13/+2
* package: Fix darwin shlibs codeRichard Purdie2014-08-041-11/+13
* package: Convert dylib handling from .la to otoolRichard Purdie2014-08-031-32/+22
* package: Fix pkgdest for darwin shlibs codeRichard Purdie2014-08-031-1/+1
* package.bbclass: add a stub implementation of package_name_hookRoss Burton2014-07-101-0/+12
* package.bbclass: Generate runtime-rprovides dataRichard Purdie2014-07-101-4/+11
* package.bbclass: Rewrite shlib_provider handling to include RPATHRichard Purdie2014-07-101-17/+30
* package.bbclass: Improve shlibs pkgdata file formatRichard Purdie2014-07-101-20/+11
* package.bbclass: Rewrite sonames data structure to include library pathRichard Purdie2014-07-101-10/+13
* package.bbclass: Improve shlibs needed data structureRichard Purdie2014-07-101-22/+20
* package.bbclass: Add CONFFILES to list of package specific variablesRichard Purdie2014-04-081-1/+1
* package: Drop do_package_write taskRichard Purdie2014-02-251-12/+0
* package.bbclass: do_split_packages should always return something.Josua Mayer2014-02-171-1/+1
* package: Remove the before do_build constraint of the do_package taskRichard Purdie2014-02-131-1/+1
* package.bbclass: fix strip and split logicKoen Kooi2014-02-111-2/+1
* package.bbclass: Show which files require given dependency in debug outputMartin Jansa2014-01-291-2/+10
* package.bbclass: Don't search for providers of PRIVATE_LIBSMartin Jansa2014-01-291-2/+11
* package.bbclass: add getter of additional metadataLeonid Borisenko2014-01-281-0/+11