summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package_rpm.bbclass: Fix an issue where complementary installs failMark Hatle2012-10-101-5/+9
* classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie2012-10-021-38/+46
* package_rpm.bbclass: change the arch's "-" to "_" for platformRobert Yang2012-09-261-2/+2
* package_rpm.bbclass: no initial_solution in the second buildRobert Yang2012-09-261-4/+7
* Replace "echo -e" with "printf" to have the same behavior in dash or bashAndrei Gherzan2012-09-201-3/+3
* package_rpm.bbclass: Avoid unnecessary installs in complementary passMark Hatle2012-09-121-1/+8
* package_rpm.bbclass: fix incremental rpm image generationRobert Yang2012-09-101-2/+2
* package_rpm.bbclass: fix the arch (replace "-" with "_")Robert Yang2012-09-101-5/+5
* nativesdk: Switch to using nativesdk as a prefix, not a suffixRichard Purdie2012-09-021-1/+1
* archiver.bbclass: fix the remove errorRobert Yang2012-08-291-18/+7
* archiver.bbclass: remove the "upper()" functionRobert Yang2012-08-291-6/+6
* archiver.bbclass: fix the fakeroot and other issuesRobert Yang2012-08-291-2/+9
* archiver.bbclass: indent fixesRobert Yang2012-08-291-1/+0
* package_rpm.bbclass: fix and enhance the incremental rpm generationRobert Yang2012-08-211-25/+43
* meta/classes: Various python whitespace fixesRichard Purdie2012-08-211-17/+17
* package_rpm.bbclass: Fix attemptonly install failuresMark Hatle2012-08-171-1/+1
* rpmresolve: improve debug outputPaul Eggleton2012-08-151-2/+2
* package_rpm.bbclass: Accomodate dash when using arraysKhem Raj2012-07-311-1/+6
* Rework installation of dev, dbg, doc, and locale packagesPaul Eggleton2012-07-291-30/+44
* classes/rootfs_rpm: improve speed of RPM rootfs constructionPaul Eggleton2012-07-291-64/+45
* package_rpm: DEPLOY_DIR_RPM must exist before make indexRobert Yang2012-07-201-2/+2
* Remove a number of unneeded import os/bb callsRichard Purdie2012-07-191-3/+0
* Convert tab indentation in python functions into four-spaceRichard Purdie2012-07-191-590/+590
* package_rpm: Avoid duplicate package generation failuresMark Hatle2012-07-091-5/+5
* Fix manual log file pathsMark Hatle2012-07-031-5/+5
* package_rpm.bbclass: fix incremental rpm generationRobert Yang2012-06-211-3/+13
* package_rpm: Verify that the package manifests are not emptyMark Hatle2012-06-121-25/+34
* rootfs_rpm.bbclass: Update database configuration fileMark Hatle2012-06-121-0/+32
* package_rpm: Add capability to directly query packageoriginMark Hatle2012-06-121-9/+9
* update-alternatives.bbclass: Refactor the implementationMark Hatle2012-05-301-4/+0
* package_rpm.bbclass: Fix incremental rpm image generationRobert Yang2012-05-241-12/+8
* package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hookRichard Purdie2012-05-111-1/+1
* package_rpm: Only rebuild the indexes if the packages have changedRichard Purdie2012-04-301-14/+4
* package_rpm.bbclass: Replace shell provides/requires script with python versionRichard Purdie2012-04-301-9/+13
* package_rpm.bbclass: Set tmppath for rpm to somewhere which won't conflict wi...1.2_M4.rc3.2Richard Purdie2012-04-121-0/+1
* package_rpm.bbclass: Use the correct macros file to avoid empty solvedb path ...Richard Purdie2012-04-121-2/+1
* package_rpm: Fix useradd preinst ordering issues1.2_M4.rc3Richard Purdie2012-04-121-16/+47
* package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{de...Andreas Oberritter2012-04-041-0/+1
* package_rpm: Add srpm function to this bbclassXiaofeng Yan2012-03-261-3/+50
* Fix empty file case that caused build error at do_rootfsJessica Zhang2012-03-261-1/+1
* package_rpm.bbclass: ensure base-passwd and shadow get installed firstScott Garman2012-03-231-1/+8
* package_rpm.bbclass: fix bashims at rpm_common_comand() methodOtavio Salvador2012-03-191-2/+1
* meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie2012-03-051-3/+3
* 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-4/+2
* classes: replace 'Poky' with 'OE-core'Koen Kooi2012-02-011-5/+5
* package_rpm.bbclass: Add support for filenames with spacesMark Hatle2012-01-171-4/+4
* Incremental rpm image generationRobert Yang2012-01-111-10/+63
* package_rpm.bbclass: Add RPMSPEC_PREAMBLEMark Hatle2011-12-241-0/+6
* package.bbclass: Adjust RPM call to use dynamic location for magic filesMark Hatle2011-12-241-1/+1