summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
Commit message (Expand)AuthorAgeFilesLines
* 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
* getVar/setVar cleanupsRichard Purdie2011-11-271-3/+3
* package_rpm: Set _tmppath to avoid races over tmp filesRichard Purdie2011-11-181-0/+1
* rootfs_rpm.bbclass: Enable pre and post install scriptsMark Hatle2011-11-111-1/+32
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-68/+68
* classes: Remove various bashismsRichard Purdie2011-11-101-9/+9
* classes/package_rpm: disable uninstall scripts for upgradesPaul Eggleton2011-11-101-2/+16
* multilib: Drop MULTILIB_IMAGE_INSTALLDongxiao Xu2011-11-081-28/+9
* package_rpm: Ensure multilib code is only called in the multilib caseRichard Purdie2011-10-041-15/+18