diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-02-01 01:20:42 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-02-06 11:06:28 +0000 |
commit | 5a74a370ed29821cca2788cc9a7df440a93e916e (patch) | |
tree | baa8bbd370ae2c7c1a4ad4524f0d17df4623db67 | |
parent | 232d382d178672156ba945783a26c84422860a28 (diff) | |
download | poky-5a74a370ed29821cca2788cc9a7df440a93e916e.tar.gz |
pigz: 2.3.4 -> 2.4
License-checksum-change: license is no change, only version bump up.
https://github.com/madler/pigz/commit/fe822cb435622c43f491013da77b127e9fe851a9
(From OE-Core rev: efa166021d2520b3badfdc44968ee618c65be705)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/pigz/pigz_2.4.bb (renamed from meta/recipes-extended/pigz/pigz_2.3.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/pigz/pigz_2.3.4.bb b/meta/recipes-extended/pigz/pigz_2.4.bb index 431d9bdc35..cb41154daf 100644 --- a/meta/recipes-extended/pigz/pigz_2.3.4.bb +++ b/meta/recipes-extended/pigz/pigz_2.4.bb | |||
@@ -6,13 +6,13 @@ Adler, and uses the zlib and pthread libraries." | |||
6 | HOMEPAGE = "http://zlib.net/pigz/" | 6 | HOMEPAGE = "http://zlib.net/pigz/" |
7 | SECTION = "console/utils" | 7 | SECTION = "console/utils" |
8 | LICENSE = "Zlib & Apache-2.0" | 8 | LICENSE = "Zlib & Apache-2.0" |
9 | LIC_FILES_CHKSUM = "file://pigz.c;beginline=7;endline=21;md5=a21d4075cb00ab4ca17fce5e7534ca95" | 9 | LIC_FILES_CHKSUM = "file://pigz.c;md5=9ae6dee8ceba9610596ed0ada493d142;beginline=7;endline=21" |
10 | 10 | ||
11 | PROVIDES_class-native += "gzip-native" | 11 | PROVIDES_class-native += "gzip-native" |
12 | 12 | ||
13 | SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz" | 13 | SRC_URI = "https://github.com/madler/pigz/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz" |
14 | SRC_URI[md5sum] = "c109057050b15edf3eb9bb4d0805235e" | 14 | SRC_URI[md5sum] = "3c8a601db141d3013ef9fe5f2daaf73f" |
15 | SRC_URI[sha256sum] = "763f2fdb203aa0b7b640e63385e38e5dd4e5aaa041bc8e42aa96f2ef156b06e8" | 15 | SRC_URI[sha256sum] = "e228e7d18b34c4ece8d596eb6eee97bde533c6beedbb728d07d3abe90b4b1b52" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/" | 17 | UPSTREAM_CHECK_URI = "http://zlib.net/${BPN}/" |
18 | UPSTREAM_CHECK_REGEX = "pigz-(?P<pver>.*)\.tar" | 18 | UPSTREAM_CHECK_REGEX = "pigz-(?P<pver>.*)\.tar" |