summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pigz/pigz_2.2.4.bb
diff options
context:
space:
mode:
authorBjörn Stenberg <bjst@enea.com>2012-03-15 09:25:45 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-19 14:37:35 +0000
commit3f23b2f1b0e8312c947b780e3d1ec7fd981ab94e (patch)
treec5a723572d962ccd995e3b9a53a2e7211297050e /meta/recipes-extended/pigz/pigz_2.2.4.bb
parent26a46938d3ea1821e7bec4fa6cc8379babad238b (diff)
downloadpoky-3f23b2f1b0e8312c947b780e3d1ec7fd981ab94e.tar.gz
Add pigz as gzip-native alternative.
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>
Diffstat (limited to 'meta/recipes-extended/pigz/pigz_2.2.4.bb')
-rw-r--r--meta/recipes-extended/pigz/pigz_2.2.4.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-extended/pigz/pigz_2.2.4.bb b/meta/recipes-extended/pigz/pigz_2.2.4.bb
new file mode 100644
index 0000000000..598bbe35ba
--- /dev/null
+++ b/meta/recipes-extended/pigz/pigz_2.2.4.bb
@@ -0,0 +1,9 @@
1require pigz.inc
2
3PR = "r0"
4
5BBCLASSEXTEND = "native"
6
7SRC_URI[md5sum] = "9df2a3c742524446fa4e797c17e8fd85"
8SRC_URI[sha256sum] = "7e7967c47f66c07be97cbfa25c8816b72f9d35258466ea31eddc7666c914160e"
9LIC_FILES_CHKSUM = "file://pigz.c;md5=53f47c097bbf11b937a421b1816a8dc5"