public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] pixz: Add 1.0.6
@ 2016-01-08 18:22 Richard Purdie
  2016-01-09 17:14 ` Khem Raj
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Richard Purdie @ 2016-01-08 18:22 UTC (permalink / raw)
  To: openembedded-core

xz gives better compression results than bzip/gz but is often slower.
Using parallel compression mitigates this somewhat and is particularly
useful for the SDK.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/recipes-support/pixz/pixz_1.0.6.bb b/meta/recipes-support/pixz/pixz_1.0.6.bb
new file mode 100644
index 0000000..e6e4ac2
--- /dev/null
+++ b/meta/recipes-support/pixz/pixz_1.0.6.bb
@@ -0,0 +1,14 @@
+SUMMARY = "Parallel, indexed xz compressor"
+
+DEPENDS = "xz libarchive"
+
+SRC_URI = "https://github.com/vasi/pixz/releases/download/v${PV}/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "f6dc5909c9a31b192f69aa397ae8df48"
+SRC_URI[sha256sum] = "02c50746b134fa1b1aae41fcc314d7c6f1919b3d48bcdea01bf11769f83f72e8"
+
+LICENSE = "BSD-2-Clause"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5cf6d164086105f1512ccb81bfff1926"
+
+inherit autotools
+
+BBCLASSEXTEND = "native"




^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2016-01-12  0:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-08 18:22 [PATCH] pixz: Add 1.0.6 Richard Purdie
2016-01-09 17:14 ` Khem Raj
2016-01-11 18:37   ` Andre McCurdy
2016-01-10 20:26 ` Paul Eggleton
2016-01-10 20:36   ` Paul Eggleton
2016-01-11 21:07     ` Paul Eggleton
2016-01-11 21:17       ` Khem Raj
2016-01-11 22:36         ` Paul Eggleton
2016-01-11 23:07           ` Khem Raj
2016-01-11 23:21           ` Khem Raj
2016-01-11 23:35             ` Richard Purdie
2016-01-12  0:17               ` Khem Raj
2016-01-11 13:37   ` Burton, Ross
2016-01-11 18:52 ` Randy Witt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox