summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pigz/pigz_2.3.4.bb
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-11-21 17:58:52 -0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-11-30 15:48:05 +0000
commit427864afd7f6f30d46521fe97a6fbfa826516a74 (patch)
treebe5d33723ce49ba4bf52baa49645f0774c856b33 /meta/recipes-extended/pigz/pigz_2.3.4.bb
parent948d50d87af119fc554c11fee70facc2115c03f1 (diff)
downloadpoky-427864afd7f6f30d46521fe97a6fbfa826516a74.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/pigz/pigz_2.3.4.bb')
-rw-r--r--meta/recipes-extended/pigz/pigz_2.3.4.bb12
1 files changed, 12 insertions, 0 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 0000000000..49d9d78b35
--- /dev/null
+++ b/meta/recipes-extended/pigz/pigz_2.3.4.bb
@@ -0,0 +1,12 @@
1require pigz.inc
2LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95"
3
4UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/"
5SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz"
6SRC_URI[md5sum] = "c109057050b15edf3eb9bb4d0805235e"
7SRC_URI[sha256sum] = "763f2fdb203aa0b7b640e63385e38e5dd4e5aaa041bc8e42aa96f2ef156b06e8"
8
9NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
10
11BBCLASSEXTEND = "native nativesdk"
12