summaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
Commit message (Expand)AuthorAgeFilesLines
* 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
* meta/PRService: Added export/import fuctions.Lianhao Lu2012-01-111-3/+10
* package.bbclass: Adjust RPM call to use dynamic location for magic filesMark Hatle2011-12-241-1/+1
* package.bbclass: Adding license collectionElizabeth Flanagan2011-12-081-0/+1
* getVar/setVar cleanupsRichard Purdie2011-11-271-26/+26
* package.bbclass: Ensure paths to rpmmarcos and rpmpopt are setRichard Purdie2011-11-221-1/+1
* package.bbclass: fix path for relative links on elf files, when moved to debu...Henning Heinold2011-11-211-0/+2
* package.bbclass: Ensure we tell rpmdeps where to find its magic fileRichard Purdie2011-11-171-1/+1
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-116/+116
* package.bbclass: Fix various problemsRichard Purdie2011-11-011-6/+27
* Update python dependencies to be simply to "python"Mark Hatle2011-09-211-0/+6
* image/package.bbclass: Revise multilib support for DEBIAN_NAME.Lianhao Lu2011-09-161-1/+1
* package.bbclass: fix spurious 'installed but not shipped' warningTom Zanussi2011-09-161-1/+4
* package.bbclass: Ensure task's variable dependencies are correctly caputred i...Richard Purdie2011-08-311-0/+14
* package.bbclass: Fix recrdeptask of image type recipesDongxiao Xu2011-08-291-1/+1
* package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHSLianhao Lu2011-08-171-11/+2
* package: allow setting a section for locale packagesChris Larson2011-08-121-0/+5
* package: include SECTION in the pkgdataChris Larson2011-08-121-0/+1
* do_split_packages: revise for multilib caseYu Ke2011-07-271-0/+14
* multilib: Add support for compiling recipes against multiple ABIsRichard Purdie2011-07-271-0/+11
* package.bbclass: fixup_perms - change symlink processingMark Hatle2011-07-271-5/+5
* package.bbclass: Make unshipped packages message more readableRichard Purdie2011-07-051-1/+1
* classes/package.bbclass: Add fixup_permsMark Hatle2011-06-301-10/+243