summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-extended/pixz/pixz_1.0.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-extended/pixz/pixz_1.0.6.bb')
-rw-r--r--poky/meta/recipes-extended/pixz/pixz_1.0.6.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/poky/meta/recipes-extended/pixz/pixz_1.0.6.bb b/poky/meta/recipes-extended/pixz/pixz_1.0.6.bb
new file mode 100644
index 000000000..303258658
--- /dev/null
+++ b/poky/meta/recipes-extended/pixz/pixz_1.0.6.bb
@@ -0,0 +1,25 @@
+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"
+
+SRC_URI += "file://936d8068ae19d95260d3058f41dd6cf718101cd6.patch \
+ file://0001-configure-Detect-headers-before-using-them.patch \
+ file://0002-endian-Use-macro-bswap_64-instead-of-__bswap_64.patch \
+"
+UPSTREAM_CHECK_URI = "https://github.com/vasi/pixz/releases"
+
+PACKAGECONFIG[manpages] = "--with-manpage, --without-manpage, asciidoc-native"
+
+CFLAGS_append_libc-musl = " -D_GNU_SOURCE"
+CACHED_CONFIGUREVARS += "ac_cv_file_src_pixz_1=no"
+
+inherit autotools pkgconfig manpages
+
+BBCLASSEXTEND = "native"
OpenPOWER on IntegriCloud