summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package.bbclass: Fix regression in -dbg packages introduced by explode_dep_ve...Richard Purdie2012-10-031-1/+4
* classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie2012-10-021-23/+25
* Rename task to packagegroupPaul Eggleton2012-09-041-1/+1
* package.bbclass: fix stripping for kernel modulesTomas Frydrych2012-09-021-1/+1
* classes/package: document do_packages_split argumentsPaul Eggleton2012-08-221-0/+41
* meta/classes: Various python whitespace fixesRichard Purdie2012-08-211-37/+37
* package.bbclass: change RPATHs for cross-canadian binariesLaurentiu Palcu2012-08-171-1/+1
* classes/package: don't make locale pkgs depend on PN pkg if not in PACKAGESPaul Eggleton2012-08-061-1/+2
* package.bbclass: change RPATHs for nativesdk packagesLaurentiu Palcu2012-08-021-0/+5
* package.bbclass: fix TypeError in runstripMartin Jansa2012-07-311-6/+10
* classes/package: ensure pkgdata is cleaned out firstPaul Eggleton2012-07-291-0/+1
* package.bbclass/eglibc-locale: Ensure the correct PN is used for locale packagesRichard Purdie2012-07-281-1/+3
* classes/package: reduce dbg package dependenciesPaul Eggleton2012-07-281-5/+27
* classes/package: do not add self-dependencies to dev/dbg packagesPaul Eggleton2012-07-261-2/+2
* package.bbclass: Create symlinks for packages with different packaged nameAndrei Gherzan2012-07-261-1/+5
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-1/+1
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-1465/+1465
* package.bbclass: Allow overriding of debugedit starting pathPeter Seebach2012-07-171-1/+1
* package install failure on systems without /sbin/ldconfigAmy Fong2012-07-171-2/+2
* package.bbclass: enable the use of package_qa_handle_errorSaul Wold2012-07-041-3/+7
* package.bbclass: Allow a package to skip per file dependency generationMark Hatle2012-07-031-0/+3
* package.bbclass: Add missing PKGR, PKGV, PKGE and ALTERNATIVE variables from ...Richard Purdie2012-07-021-1/+1
* package.bbclass: Add warning about FILES containing '//'Richard Purdie2012-05-301-0/+3
* Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie2012-05-301-10/+6
* meta: replace os.popen with subprocess.PopenRobert Yang2012-05-301-6/+10
* meta: replace os.system with subprocess.callRobert Yang2012-05-301-16/+17
* update-alternatives.bbclass: Refactor the implementationMark Hatle2012-05-301-6/+10
* package.bbclass: Add additional debugging for dependenciesMark Hatle2012-05-251-2/+5
* (libc-)package.bbclass: Added MLPREFIX to locale packages.Lianhao Lu2012-05-181-2/+3
* package.bbclass: Drop dubious use of packages[0] from do_split_packages and d...Richard Purdie2012-05-121-19/+4
* package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hookRichard Purdie2012-05-111-3/+1
* package.bbclass: Ensure kernel modules get strippedRichard Purdie2012-04-221-0/+8
* "The suite of statements in a function definition executes with a local names...Andrei Gherzan2012-04-111-1/+4
* Various typoes fixed, all comments or output strings.Robert P. J. Day2012-03-261-1/+1
* INCOMPATIBLE_LICENSE: support for spdx and pkg licensesElizabeth Flanagan2012-03-251-6/+11
* package.bbclass: do not split debug pkg when no debugsources.listRobert Yang2012-03-141-9/+9
* package.bbclass: sort dynamically generated packagesAndreas Oberritter2012-03-131-2/+2
* package.bbclass: Drop python depends from rpmdepsRichard Purdie2012-03-111-0/+2
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-12/+12
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-1/+1
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-11/+5
* package.bbclass: Add a sanity check to the debugsrcdir removal codeRichard Purdie2012-02-241-1/+1
* package.bbclass: set package size into pkgdata for hob2's useShane Wang2012-02-241-0/+8
* package.bbclass: Remove empty directories created as part of srcdebug handlingRichard Purdie2012-02-241-1/+12
* package.bbclass: Optimise the per file rpm handlingRichard Purdie2012-02-101-20/+32
* package bbclass: allow per package PRIVATE_LIBSKoen Kooi2012-02-011-1/+1
* classes: replace 'Poky' with 'OE-core'Koen Kooi2012-02-011-1/+1
* classes/package: remove out-of-date notice referring to the OE bugtrackerPaul Eggleton2012-01-171-3/+0
* package.bbclass: quote pathname given to objdumpEnrico Scholz2012-01-171-2/+2
* package.bbclass: per recipe PRSERV_HOST supportLianhao Lu2012-01-111-0/+8