summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/pigz/pigz_2.3.3.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.3.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.3.bb')
-rw-r--r--meta/recipes-extended/pigz/pigz_2.3.3.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-extended/pigz/pigz_2.3.3.bb b/meta/recipes-extended/pigz/pigz_2.3.3.bb
deleted file mode 100644
index b4fe831387..0000000000
--- a/meta/recipes-extended/pigz/pigz_2.3.3.bb
+++ /dev/null
@@ -1,14 +0,0 @@
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 = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz"
6SRC_URI += "file://link-order.patch"
7
8SRC_URI[md5sum] = "01d7a16cce77929cc1a78aa1bdfb68cb"
9SRC_URI[sha256sum] = "4e8b67b432ce7907575a549f3e1cac4709781ba0f6b48afea9f59369846b509c"
10
11NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
12
13BBCLASSEXTEND = "native nativesdk"
14