summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pigz/pigz.inc
Commit message (Collapse)AuthorAgeFilesLines
* pigz: Add update-alternatives support since this otherwise conflicts with ↵Richard Purdie2012-03-231-3/+14
| | | | | | | | busybox/gzip (From OE-Core rev: 8903327ff483cd3dbde8cf692be2092462265188) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pigz: Ensure DEPENDS on zlib exists for native and target versionsRichard Purdie2012-03-191-1/+1
| | | | | | | | This avoids a build failure for the target version when zlib hasn't built yet. (From OE-Core rev: 3b0a69a99a3a56aa88d69c9288b17a38fa9956b8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add pigz as gzip-native alternative.Björn Stenberg2012-03-191-0/+21
pigz, which stands for parallel implementation of gzip, is a fully functional replacement for gzip that exploits multiple processors and multiple cores to the hilt when compressing data. pigz was written by Mark Adler, and uses the zlib and pthread libraries. This recipe adds pigz as an alternative gzip-native implementation only. (From OE-Core rev: fe5f165c775ccef36a251bb83ca5dadbd209e355) Signed-off-by: Björn Stenberg <bjst@enea.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>