[gnome-continuous-yocto/gnomeostree-3.28-rocko: 3453/8267] pigz: Update to version 2.3.4



commit 427864afd7f6f30d46521fe97a6fbfa826516a74
Author: Fabio Berton <fabio berton ossystems com br>
Date:   Mon Nov 21 17:58:52 2016 -0200

    pigz: Update to version 2.3.4
    
      - Change SRC_URI to fetch sources from Github archives. Pigz official
        site maintains only the latest tarball version and Github have all
        versions avaiable to download.
    
      - Remove patch link-order.patch. The following commit fix this issue:
        https://github.com/madler/pigz/commit/c3f91d1a12a6f
    
    (From OE-Core rev: a6c2a2ce120a047d875ab1f1f9594403d1ff9dbc)
    
    Signed-off-by: Fabio Berton <fabio berton ossystems com br>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-extended/pigz/pigz/link-order.patch |   38 ----------------------
 meta/recipes-extended/pigz/pigz_2.3.3.bb         |   14 --------
 meta/recipes-extended/pigz/pigz_2.3.4.bb         |   12 +++++++
 3 files changed, 12 insertions(+), 52 deletions(-)
---
diff --git a/meta/recipes-extended/pigz/pigz_2.3.4.bb b/meta/recipes-extended/pigz/pigz_2.3.4.bb
new file mode 100644
index 0000000..49d9d78
--- /dev/null
+++ b/meta/recipes-extended/pigz/pigz_2.3.4.bb
@@ -0,0 +1,12 @@
+require pigz.inc
+LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95"
+
+UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/";
+SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz";
+SRC_URI[md5sum] = "c109057050b15edf3eb9bb4d0805235e"
+SRC_URI[sha256sum] = "763f2fdb203aa0b7b640e63385e38e5dd4e5aaa041bc8e42aa96f2ef156b06e8"
+
+NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
+
+BBCLASSEXTEND = "native nativesdk"
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]