summaryrefslogtreecommitdiffstats
path: root/package/rpm/rpm.mk
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for shared configuration cacheThomas Petazzoni2010-11-051-2/+0
| | | | | | | | | | | | | | | | | The configuration cache shared between packages, while being in principle a nice idea to speed-up the configuration of packages by avoiding repetitive identical checks, turned out to be unreliable due to the subtle differences between similar but not identical checks in different packages. After spending some time trying to fix those, we concluded that supporting the shared configuration cache is definitely too hard and too unreliable, and that we'd better get rid of it altogether. This patch therefore removes the shared configuration cache infrastructure and usage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bumped rpmNigel Kukard2009-12-251-9/+16
|
* rpm: fix build with BR2_CONFIG_CACHE, fix CFLAGSPeter Korsgaard2009-11-231-2/+4
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Getting rid of a bit more configure options that's been centralized.Thomas Lundquist2009-01-181-2/+1
|
* * Bump rpm to 5.1.6Nigel Kukard2008-12-311-1/+2
| | | | | | - Remove patches comitted upstream - Exclude tools we don't need - Fix bundled magic mime data
* * Bump version to 5.1.1Nigel Kukard2008-04-291-3/+6
| | | | | * Use bzip2 compression (rpms can have gzip or bzip2 payloads) * -j1, rpm cannot build with more than 1 thread
* * Bump to 5.1.0Nigel Kukard2008-04-271-2/+2
| | | | * Use fnctl for locking
* * Disable DB3 mutexes in rpm, this caused a segfault after a "Function Not ↵Nigel Kukard2008-04-151-0/+1
| | | | Implemented" error
* * Added rpmNigel Kukard2008-04-141-0/+25